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