UNPKG
s-batch
Version:
latest (1.0.1)
1.0.1
1.0.0
A transform stream that batches items into arrays
github.com/trevorah/s-batch
trevorah/s-batch
s-batch
/
index.d.ts
2 lines
(1 loc)
•
79 B
TypeScript
View Raw
1
2
export default
function
sBatch
<
T
>
(
batchSize
:
number
)
:
TransformStream
<
T
,
T
[
]
>
;