1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/stream-shift
zhurui 54669c07cf i4 2023-12-18 13:12:25 +08:00
..
.npmignore i4 2023-12-18 13:12:25 +08:00
.travis.yml i4 2023-12-18 13:12:25 +08:00
LICENSE i4 2023-12-18 13:12:25 +08:00
README.md i4 2023-12-18 13:12:25 +08:00
index.js i4 2023-12-18 13:12:25 +08:00
package.json i4 2023-12-18 13:12:25 +08:00
test.js i4 2023-12-18 13:12:25 +08: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