peach a19a732be8 commit message | vor 2 Jahren | |
---|---|---|
.. | ||
.travis.yml | vor 2 Jahren | |
LICENSE | vor 2 Jahren | |
README.md | vor 2 Jahren | |
index.js | vor 2 Jahren | |
package.json | vor 2 Jahren | |
test.js | vor 2 Jahren |
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