1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-04-03 20:53:29 +00:00
2020-03-03 22:30:50 +02:00
..
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00
2020-03-03 22:30:50 +02:00

stream-shift

Returns the next buffer/object in a stream's readable queue

npm install stream-shift

build status

Usage

var shift = require('stream-shift')

console.log(shift(someStream)) // first item in its buffer

Credit

Thanks @dignifiedquire for making this work on node 6

License

MIT