yrik 0fb20a58e3 提交 4 anos atrás
..
.travis.yml eec7f449c9 first commit 4 anos atrás
LICENSE eec7f449c9 first commit 4 anos atrás
README.md eec7f449c9 first commit 4 anos atrás
index.js eec7f449c9 first commit 4 anos atrás
package.json 0fb20a58e3 提交 4 anos atrás
test.js eec7f449c9 first commit 4 anos atrás

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