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 185 B
import type * as C from "../core.js"; /** * Creates a stream from the specified values */ export declare function make<A>(...values: A[]): C.UIO<A>; //# sourceMappingURL=make.d.ts.map