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 307 B
import type { Managed } from "../managed.js"; import type { ReleaseMap } from "../ReleaseMap/index.js"; /** * Provides access to the entire map of resources allocated by this {@link Managed}. */ export declare const releaseMap: Managed<unknown, never, ReleaseMap>; //# sourceMappingURL=releaseMap.d.ts.map