root 3bf41bf355 update | hai 1 ano | |
---|---|---|
.. | ||
.npmignore | hai 1 ano | |
.travis.yml | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano | |
test.js | hai 1 ano |
Returns the next buffer/object in a stream's readable queue
npm install stream-shift
var shift = require('stream-shift')
console.log(shift(someStream)) // first item in its buffer
Thanks @dignifiedquire for making this work on node 6
MIT