Server IP : 198.54.121.189 / Your IP : 216.73.216.224
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /usr/lib/node_modules/npm/node_modules/stream-shift//README.md
# 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
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | March 03 2024 22:36:29 | root / root | 0755 | |
| | | | | |
.npmignore | 0.013 KB | March 10 2021 14:36:37 | root / root | 0644 | |
.travis.yml | 0.063 KB | March 10 2021 14:36:37 | root / root | 0644 | |
LICENSE | 1.054 KB | March 10 2021 14:36:37 | root / root | 0644 | |
README.md | 0.469 KB | March 10 2021 14:36:37 | root / root | 0644 | |
index.js | 0.442 KB | March 10 2021 14:36:37 | root / root | 0644 | |
package.json | 1.442 KB | March 10 2021 14:36:37 | root / root | 0644 | |
test.js | 1.119 KB | March 10 2021 14:36:37 | root / root | 0644 | |