@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 330 B
TypeScript
import * as CK from "../../../../Collections/Immutable/Chunk/index.js";
import type * as C from "../core.js";
/**
* Exposes the underlying chunks of the stream as a stream of chunks of elements
*/
export declare function chunks<R, E, A>(self: C.Stream<R, E, A>): C.Stream<R, E, CK.Chunk<A>>;
//# sourceMappingURL=chunks.d.ts.map