| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| LICENSE | 2025-10-29 15:57 | 1.1K | ||
| index.js | 2025-10-29 15:57 | 607 | ||
| package.json | 2025-10-29 15:57 | 635 | ||
| test.js | 2025-10-29 15:57 | 1.1K | ||
| README.md | 2025-10-29 15:57 | 480 | 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك] |
# stream-shift
Returns the next buffer/object in a stream's readable queue
```
npm install stream-shift
```
[](http://travis-ci.org/mafintosh/stream-shift)
## Usage
``` js
var shift = require('stream-shift')
console.log(shift(someStream)) // first item in its buffer
```
## Credit
Thanks [@dignifiedquire](https://github.com/dignifiedquire) for making this work on node 6
## License
MIT