UNPKG

sflow

Version:

sflow is a powerful and highly-extensible library designed for processing and manipulating streams of data effortlessly. Inspired by the functional programming paradigm, it provides a rich set of utilities for transforming streams, including chunking, fil

4 lines 274 B
/** you could use flats to re-join buffers, default buffer length is Infinity, which will enqueue when upstream drain */ export declare const buffers: typeof chunks; export declare function chunks<T>(n?: number): TransformStream<T, T[]>; //# sourceMappingURL=chunks.d.ts.map