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 236 B
import type { Managed } from "../managed.js"; /** * Suspends the creation of this effect */ export declare function suspend<R, E, A>(f: () => Managed<R, E, A>, __trace?: string): Managed<R, E, A>; //# sourceMappingURL=suspend.d.ts.map