陈鹏铭 3283bca5a2 1 8 miesięcy temu
..
.travis.yml fe36a53a7d 首次提交 8 miesięcy temu
LICENSE fe36a53a7d 首次提交 8 miesięcy temu
README.md fe36a53a7d 首次提交 8 miesięcy temu
index.js 3283bca5a2 1 8 miesięcy temu
package.json fe36a53a7d 首次提交 8 miesięcy temu
test.js fe36a53a7d 首次提交 8 miesięcy temu

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