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 256 B
import type { IO } from "../Effect/effect.js"; import type { Promise } from "./promise.js"; /** * Unsafe version of done */ export declare function unsafeDone<E, A>(io: IO<E, A>): (promise: Promise<E, A>) => void; //# sourceMappingURL=unsafeDone.d.ts.map