unordered-map-stream

1.0.0 • Public • Published

unordered-map-stream

like map-stream except the order is not enforced.

var map = require('unordered-map-stream')
 
objectStream.pipe(map(function (data, cb) {
  cb(null, data)
}).pipe(outputStream)
 

License

MIT

Dependents (0)

Package Sidebar

Install

npm i unordered-map-stream

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nopersonsmodules