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 263 B
import * as E from "../Either/index.js"; /** * Lifts an `Either` into a `Effect` value. */ export declare function fromEither<E, A>(f: () => E.Either<E, A>, __trace?: string): import("./effect.js").Effect<unknown, E, A>; //# sourceMappingURL=fromEither.d.ts.map