Files
red_de_investigacion_front/node_modules/stream-shift
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00
..
2020-01-14 20:43:08 -06:00
2020-01-14 20:43:08 -06:00
2020-01-14 20:43:08 -06:00
2020-01-14 20:43:08 -06:00
2020-01-14 20:43:08 -06:00
2020-01-14 20:43:08 -06:00
2020-01-14 20:43:08 -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