lihai 8d6c751f49 feat: push il y a 3 ans
..
.npmignore 8d6c751f49 feat: push il y a 3 ans
.travis.yml 8d6c751f49 feat: push il y a 3 ans
LICENSE 8d6c751f49 feat: push il y a 3 ans
README.md 8d6c751f49 feat: push il y a 3 ans
index.js 8d6c751f49 feat: push il y a 3 ans
package.json 8d6c751f49 feat: push il y a 3 ans
test.js 8d6c751f49 feat: push 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