debugging-stream

2.0.0 • Public • Published

debugging-stream

Stream that helps you debug streams

npm install debugging-stream

Usage

const DebuggingStream = require('debugging-stream')

const s = new DebuggingStream(anotherStream, {
  latency: [100, 200] // add between 100-200ms read latency,
})

// s is a duplex stream like any other

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i debugging-stream

Weekly Downloads

1,925

Version

2.0.0

License

MIT

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • mafintosh