Mohammad Asif cf937194cb Removed un-waned things 1. | 5 bulan lalu | |
---|---|---|
.. | ||
.github | 5 bulan lalu | |
LICENSE | 5 bulan lalu | |
README.md | 5 bulan lalu | |
index.js | 5 bulan lalu | |
package.json | 5 bulan lalu | |
test.js | 5 bulan lalu |
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