Daniel Hübleitner 615619e6e7 start werk | před 5 roky | |
---|---|---|
.. | ||
.npmignore | před 5 roky | |
.travis.yml | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 5 roky | |
index.js | před 5 roky | |
package.json | před 5 roky | |
test.js | před 5 roky |
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