UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

7 lines 294 B
import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an arbitrary number of chunks. */ export declare function fromChunks<O>(...chunks: CK.Chunk<O>[]): C.UIO<O>; //# sourceMappingURL=fromChunks.d.ts.map