UNPKG

stromjs

Version:

Dependency-free streams utils for Node.js

4 lines (3 loc) 197 B
/// <reference types="node" /> import { Transform, TransformOptions } from "stream"; export declare function batch(batchSize?: number, maxBatchAge?: number, options?: TransformOptions): Transform;