duplexer
Last updated
Last updated
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.
npm install duplexer
npm test
Dominictarr
Raynos
samccone