1.0.2 • Published 8 years ago
fanout-stream v1.0.2
fanout-stream
It's a stream to fan out from source to streams and collect its output.
Installation
Install module via NPM:
npm install fanout-stream
Usage
var fanout = require('fanout-stream');
// Create stream to fan out from source to two streams
var fanoutStream = fanout.createFanoutStream([
outputStream1,
outputStream2,
], { objectMode: true });
License
Licensed under the MIT License
Authors
Copyright(c) 2017 Fred Chien <cfsghost@gmail.com>