15270821319 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses
..
.github 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses
LICENSE 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses
README.md 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses
index.js 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses
package.json 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses
test.js 4e5c5d37f9 初步设计数据库,注册登录 hace 6 meses

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