yuanhao b574408fd7 first commit il y a 3 ans
..
.travis.yml b574408fd7 first commit il y a 3 ans
LICENSE b574408fd7 first commit il y a 3 ans
README.md b574408fd7 first commit il y a 3 ans
index.js b574408fd7 first commit il y a 3 ans
package.json b574408fd7 first commit il y a 3 ans
test.js b574408fd7 first commit il y a 3 ans

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