lihai 8d6c751f49 feat: push | před 2 roky | |
---|---|---|
.. | ||
test | před 2 roky | |
.npmignore | před 2 roky | |
.travis.yml | před 2 roky | |
LICENCE | před 2 roky | |
README.md | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky |
Creates a duplex stream
Taken from event-stream
Takes a writable stream and a readable stream and makes them appear as a readable writable stream.
It is assumed that the two streams are connected to each other in some way.
var grep = cp.exec('grep Stream')
duplex(grep.stdin, grep.stdout)
npm install duplexer
npm test