multi-stream

1.0.0 • Public • Published

multi-stream

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Create an object stream from multiple sources.

var Mutli = require('multi-stream')
var multi = Multi()
 
multi
.pull(stream1)
.pull(stream2)
.pipe(proces.stdout)

/multi-stream/

    Package Sidebar

    Install

    npm i multi-stream

    Weekly Downloads

    10

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • jongleberry