UNPKG

@effect-ts/system

Version:

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

4 lines 249 B
import * as E from "../../../../Either/index.js"; import * as C from "../core.js"; export declare function fromEither<E, A>(either: E.Either<E, A>): C.Channel<unknown, unknown, unknown, unknown, E, never, A>; //# sourceMappingURL=fromEither.d.ts.map