Mohammad Asif cf937194cb Removed un-waned things 1. | hai 6 meses | |
---|---|---|
.. | ||
.github | hai 6 meses | |
LICENSE | hai 6 meses | |
README.md | hai 6 meses | |
index.js | hai 6 meses | |
package.json | hai 6 meses | |
test.js | hai 6 meses |
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