wechat wss demo
jimmy 8522805c98 first 8 лет назад
..
.npmignore first 8 лет назад
.travis.yml first 8 лет назад
LICENSE first 8 лет назад
README.md first 8 лет назад
index.js first 8 лет назад
package.json first 8 лет назад
test.js first 8 лет назад

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