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 268 B
import type { Effect } from "./effect.js"; /** * Unearth the unchecked failure of the effect. (opposite of `orDie`) */ export declare function resurrect<R, E, A>(self: Effect<R, E, A>, __trace?: string): Effect<R, unknown, A>; //# sourceMappingURL=resurrect.d.ts.map