UNPKG

@effect-ts/system

Version:

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

5 lines 192 B
/** * Lift a pure value into an effect */ export declare function succeed<A>(a: A, __trace?: string): import("./managed.js").Managed<unknown, never, A>; //# sourceMappingURL=succeed.d.ts.map