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 221 B
import type { Sync } from "./core.js"; /** * Returns whether this effect is a success. */ export declare function isSuccess<R, E, A>(self: Sync<R, E, A>): Sync<R, never, boolean>; //# sourceMappingURL=isSuccess.d.ts.map