through2-pool

For pooling stream data.

Usage no npm install needed!

<script type="module">
  import through2Pool from 'https://cdn.skypack.dev/through2-pool';
</script>

README

pool

For pooling stream data.

Usage

fs.createReadStream('README.md')
.pipe(pool(function (err, data) {
    console.log(data);
}))

Installation

npm install through2-pool