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 246 B
/** * Makes a new promise to be completed by the fiber creating the promise. */ export declare function make<E, A>(): import("../Effect/effect.js").Effect<unknown, never, import("./promise.js").Promise<E, A>>; //# sourceMappingURL=make.d.ts.map