lhl 7eff0e2ec0 1-9 3 months ago
..
.travis.yml 7eff0e2ec0 1-9 3 months ago
LICENSE 7eff0e2ec0 1-9 3 months ago
README.md 7eff0e2ec0 1-9 3 months ago
index.js 7eff0e2ec0 1-9 3 months ago
package.json 7eff0e2ec0 1-9 3 months ago
test.js 7eff0e2ec0 1-9 3 months ago

README.md

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