lihai 8d6c751f49 feat: push 3 år sedan
..
.npmignore 8d6c751f49 feat: push 3 år sedan
.travis.yml 8d6c751f49 feat: push 3 år sedan
LICENSE 8d6c751f49 feat: push 3 år sedan
README.md 8d6c751f49 feat: push 3 år sedan
index.js 8d6c751f49 feat: push 3 år sedan
package.json 8d6c751f49 feat: push 3 år sedan
test.js 8d6c751f49 feat: push 3 år sedan

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