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

Readme

Keywords

none

Package Sidebar

Install

npm i stream-inspect

Weekly Downloads

90

Version

0.0.2

License

MIT

Last publish

Collaborators

  • tgvashworth