1.0.2 • Published 8 years ago

fanout-stream v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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>

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago