stream-inspect

0.0.2 • Public • Published

stream-inspect

Inspect what's coming through your stream.

var si = require('stream-inspect');
 
process.stdin
  .pipe(si('in'))
  .pipe(process.stdout);

License

MIT

/stream-inspect/

    Package Sidebar

    Install

    npm i stream-inspect

    Weekly Downloads

    34

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • tgvashworth