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()

Dependents (1)

Package Sidebar

Install

npm i accum-transform

Weekly Downloads

2

Version

1.0.2

License

ISC

Last publish

Collaborators

  • andrewwinterman