UNPKG

@effect-ts/system

Version:

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

11 lines (10 loc) 327 B
// ets_tracing: off import * as CK from "../../../../Collections/Immutable/Chunk/index.mjs"; import * as FromChunk from "./fromChunk.mjs"; /** * Creates a stream from an iterable collection of values */ export function fromIterable(as) { return FromChunk.fromChunk(CK.from(as)); } //# sourceMappingURL=fromIterable.mjs.map