stable-stream

0.0.0 • Public • Published

stable-stream

WIP - nothing to see here

npm install stable-stream

Usage

const { Readable } = require('stable-stream')
 
const rs = new Readable({
  read (cb) {
    this.push('Cool data')
    cb(null)
  }
})
 
rs.on('data', data => console.log('data:', data))

API

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i stable-stream

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

7.02 kB

Total Files

5

Last publish

Collaborators

  • mafintosh