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

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