tra-analysis/website/functions/node_modules/stream-shift
2019-01-06 13:14:45 -06:00
..
.npmignore push all website files 2019-01-06 13:14:45 -06:00
.travis.yml push all website files 2019-01-06 13:14:45 -06:00
index.js push all website files 2019-01-06 13:14:45 -06:00
LICENSE push all website files 2019-01-06 13:14:45 -06:00
package.json push all website files 2019-01-06 13:14:45 -06:00
README.md push all website files 2019-01-06 13:14:45 -06:00
test.js push all website files 2019-01-06 13:14:45 -06:00

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