1.0.0 • Published 7 years ago
@jdesboeufs/batch-stream v1.0.0
batch-stream
Transform a stream of items into a stream of arrays
Usage
const batchify = require('@jdesboeufs/batch-stream')
inputStream
.pipe(batchify(1000))
.pipe(outputStream)
License
MIT
1.0.0
7 years ago