Mohammad Asif cf937194cb Removed un-waned things 1. před 1 rokem
..
.github cf937194cb Removed un-waned things 1. před 1 rokem
LICENSE cf937194cb Removed un-waned things 1. před 1 rokem
README.md cf937194cb Removed un-waned things 1. před 1 rokem
index.js cf937194cb Removed un-waned things 1. před 1 rokem
package.json cf937194cb Removed un-waned things 1. před 1 rokem
test.js cf937194cb Removed un-waned things 1. před 1 rokem

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