陈鹏铭 3283bca5a2 1 hai 8 meses
..
.travis.yml fe36a53a7d 首次提交 hai 8 meses
LICENSE fe36a53a7d 首次提交 hai 8 meses
README.md fe36a53a7d 首次提交 hai 8 meses
index.js 3283bca5a2 1 hai 8 meses
package.json fe36a53a7d 首次提交 hai 8 meses
test.js fe36a53a7d 首次提交 hai 8 meses

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