UNPKG

@effect-ts/system

Version:

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

10 lines 331 B
import * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import * as C from "../core.js"; /** * Creates a stream from a `Chunk` of values * * @param c a chunk of values * @return a finite stream of values */ export declare function fromChunk<O>(c: CK.Chunk<O>): C.UIO<O>; //# sourceMappingURL=fromChunk.d.ts.map