caipin 262030214c cld2_react构建中 5 gadi atpakaļ
..
.travis.yml 262030214c cld2_react构建中 5 gadi atpakaļ
LICENSE 262030214c cld2_react构建中 5 gadi atpakaļ
README.md 262030214c cld2_react构建中 5 gadi atpakaļ
index.js 262030214c cld2_react构建中 5 gadi atpakaļ
package.json 262030214c cld2_react构建中 5 gadi atpakaļ
test.js 262030214c cld2_react构建中 5 gadi atpakaļ

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