UNPKG

@effect-ts/system

Version:

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

5 lines 271 B
/** * Makes a new managed promise to be completed by the fiber creating the promise. */ export declare function makeManaged<E, A>(): import("../Managed/managed.js").Managed<unknown, never, import("./promise.js").Promise<E, A>>; //# sourceMappingURL=makeManaged.d.ts.map