lhl 7eff0e2ec0 1-9 3 bulan lalu
..
.travis.yml 7eff0e2ec0 1-9 3 bulan lalu
LICENSE 7eff0e2ec0 1-9 3 bulan lalu
README.md 7eff0e2ec0 1-9 3 bulan lalu
index.js 7eff0e2ec0 1-9 3 bulan lalu
package.json 7eff0e2ec0 1-9 3 bulan lalu
test.js 7eff0e2ec0 1-9 3 bulan lalu

README.md

stream-shift

Returns the next buffer/object in a stream's readable queue

npm install stream-shift

build status

Usage

var shift = require('stream-shift')

console.log(shift(someStream)) // first item in its buffer

Credit

Thanks @dignifiedquire for making this work on node 6

License

MIT