cascade-stream
A duplex stream that can lazily create child streams from a chunk and merge all outputs into one
example
var from = var through = var cascade = // create a stream for a single letter{ return from} var source = from var pipeline = var sink = through source/* a1 a2 a3 b1 b2 b3 c1 c2 c3 */
license
MIT