Pengusir-Hama-Burung-Otomatis/tugas akhir/node_modules/stream-shift
Chika 83a64f6844 Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
..
.github/workflows Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
LICENSE Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
README.md Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
index.js Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
package.json Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
test.js Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00

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