gaojunlong 0b996e41aa 2025-03-04-1 před 2 měsíci
..
.npmignore 0b996e41aa 2025-03-04-1 před 2 měsíci
.travis.yml 0b996e41aa 2025-03-04-1 před 2 měsíci
LICENSE 0b996e41aa 2025-03-04-1 před 2 měsíci
README.md 0b996e41aa 2025-03-04-1 před 2 měsíci
index.js 0b996e41aa 2025-03-04-1 před 2 měsíci
package.json 0b996e41aa 2025-03-04-1 před 2 měsíci
test.js 0b996e41aa 2025-03-04-1 před 2 měsíci

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