b s s m e0c8121d0c first commit | há 3 anos atrás | |
---|---|---|
.. | ||
.travis.yml | há 3 anos atrás | |
LICENSE | há 3 anos atrás | |
README.md | há 3 anos atrás | |
index.js | há 3 anos atrás | |
package.json | há 3 anos atrás | |
test.js | há 3 anos atrás |
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