Upsilon-VsCode/Client/node_modules/stream-shift
Deukhoofd 95cff6f702
Initial
2019-02-17 18:07:28 +01:00
..
.npmignore Initial 2019-02-17 18:07:28 +01:00
.travis.yml Initial 2019-02-17 18:07:28 +01:00
LICENSE Initial 2019-02-17 18:07:28 +01:00
README.md Initial 2019-02-17 18:07:28 +01:00
index.js Initial 2019-02-17 18:07:28 +01:00
package.json Initial 2019-02-17 18:07:28 +01:00
test.js Initial 2019-02-17 18:07:28 +01:00

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