accum-transform

1.0.2 • Public • Published

A stream that accepts data until it ends, and then emits it all at once.

var accum = require('accum-transform')
 
var stream = accum(stream2_options)
 
stream.on('data', function(data) {
 /* we have all the data */
})
 
stream.write('wutever')
stream.write(' !')
stream.end()

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i accum-transform

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • andrewwinterman