gaojunlong 0b996e41aa 2025-03-04-1 2 bulan lalu
..
.npmignore 0b996e41aa 2025-03-04-1 2 bulan lalu
.travis.yml 0b996e41aa 2025-03-04-1 2 bulan lalu
LICENSE 0b996e41aa 2025-03-04-1 2 bulan lalu
README.md 0b996e41aa 2025-03-04-1 2 bulan lalu
index.js 0b996e41aa 2025-03-04-1 2 bulan lalu
package.json 0b996e41aa 2025-03-04-1 2 bulan lalu
test.js 0b996e41aa 2025-03-04-1 2 bulan lalu

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