|
лет назад: 3 | |
---|---|---|
.. | ||
.npmignore | лет назад: 3 | |
.travis.yml | лет назад: 3 | |
LICENSE | лет назад: 3 | |
README.md | лет назад: 3 | |
index.js | лет назад: 3 | |
package.json | лет назад: 3 | |
test.js | лет назад: 3 |
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