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