Mohammad Asif cf937194cb Removed un-waned things 1. 5 mesi fa
..
.github cf937194cb Removed un-waned things 1. 5 mesi fa
LICENSE cf937194cb Removed un-waned things 1. 5 mesi fa
README.md cf937194cb Removed un-waned things 1. 5 mesi fa
index.js cf937194cb Removed un-waned things 1. 5 mesi fa
package.json cf937194cb Removed un-waned things 1. 5 mesi fa
test.js cf937194cb Removed un-waned things 1. 5 mesi fa

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