UNPKG

@effect-ts/system

Version:

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

6 lines 214 B
import type * as C from "../core.js"; /** * Creates a stream from an iterable collection of values */ export declare function fromIterable<O>(as: Iterable<O>): C.UIO<O>; //# sourceMappingURL=fromIterable.d.ts.map