gaojunlong 0b996e41aa 2025-03-04-1 2 місяців тому
..
.npmignore 0b996e41aa 2025-03-04-1 2 місяців тому
.travis.yml 0b996e41aa 2025-03-04-1 2 місяців тому
LICENSE 0b996e41aa 2025-03-04-1 2 місяців тому
README.md 0b996e41aa 2025-03-04-1 2 місяців тому
index.js 0b996e41aa 2025-03-04-1 2 місяців тому
package.json 0b996e41aa 2025-03-04-1 2 місяців тому
test.js 0b996e41aa 2025-03-04-1 2 місяців тому

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