XuelesszzZ 94af2b8e7b 6-30-5 | vor 1 Jahr | |
---|---|---|
.. | ||
.travis.yml | vor 1 Jahr | |
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
index.js | vor 1 Jahr | |
package.json | vor 1 Jahr | |
test.js | vor 1 Jahr |
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