wishthis/node_modules/stream-shift
2022-01-21 09:28:41 +01:00
..
.travis.yml Add production dependencies 2022-01-21 09:28:41 +01:00
index.js Add production dependencies 2022-01-21 09:28:41 +01:00
LICENSE Add production dependencies 2022-01-21 09:28:41 +01:00
package.json Add production dependencies 2022-01-21 09:28:41 +01:00
README.md Add production dependencies 2022-01-21 09:28:41 +01:00
test.js Add production dependencies 2022-01-21 09:28:41 +01: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