UNPKG

@effect-ts/system

Version:

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

4 lines 202 B
import type { FiberID } from "../Fiber/id.js"; import { Promise } from "./promise.js"; export declare function unsafeMake<E, A>(fiberId: FiberID): Promise<E, A>; //# sourceMappingURL=unsafeMake.d.ts.map