simple-stream-pipe

0.0.1 • Public • Published

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

/simple-stream-pipe/

    Package Sidebar

    Install

    npm i simple-stream-pipe

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • eldar