stream-combiner
Combine (stream1,...,streamN)
Turn a pipeline into a single stream. Combine
returns a stream that writes to the first stream
and reads from the last stream.
Listening for 'error' will recieve errors from all streams inside the pipe.
var Combine = var es =
Can also be called with an array:
var combinedStream = ;
Or to combine gulp plugins:
{ return
License
MIT