0.0.9 • Published 9 years ago

dump-stream v0.0.9

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
9 years ago

dump-stream

Takes a stream and dumps it to a string, or an array if you really need that, I guess.

USAGE

DumpStream = require('dump-stream');
// use new DumpStream({outputType: 'Array'}) to dump to array
var stream = new DumpStream();
getReadableStreamSomehow().pipe(stream).on('finish', function(){
  console.log(stream.dump());
});
0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago