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