Irina Glushko 2389e7160b HW1 done | 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