UNPKG

@effect-ts/system

Version:

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

7 lines 465 B
import type * as E from "../../../../Either/index.js"; import type * as Ex from "../../../../Exit/index.js"; import * as H from "../../../../Hub/index.js"; import * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; export declare function fromHubManaged<Err, Done, Elem>(hub: H.Hub<E.Either<Ex.Exit<Err, Done>, Elem>>): M.UIO<C.Channel<unknown, unknown, unknown, unknown, Err, Elem, Done>>; //# sourceMappingURL=fromHubManaged.d.ts.map