simple-stream-pipe
v0.0.1
Published
Pipe simple-stream to node's writable stream
Downloads
2
Readme
simple-stream-pipe
Pipe simple-stream to node's core writable stream.
Usage
var pipe = require('simple-stream-pipe')
pipe(src, writable)
You can also pass optional callback function which will be called
on a src
error.
pipe()
has "fire and forget" semantics and assumes that it is the
only writer to writable.
Writables that have a resource behind must have .destroy()
method.
Installation
via npm
npm install simple-stream-pipe
License
MIT