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 257 B
import type * as Ex from "../../../../Exit/index.js"; import type * as C from "../core.js"; /** * The stream that ends with the `Exit` value `exit`. */ export declare function done<E, A>(exit: Ex.Exit<E, A>): C.IO<E, A>; //# sourceMappingURL=done.d.ts.map