tax_collector
0.0.2 • Public • Published Tax Collector

Collecting all of the things
Collects all of the data on a stream and emits 'ready' when stream is finished
Example
var TaxCollector = require('tax_collector');
var stream = getSomeReadableStream();
var collector = new TaxCollector();
stream.pipe(collector);
collector.on('ready', function(text) {
});
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads