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 226 B
import type * as R from "./deps-ref.js"; import type { State } from "./State.js"; export declare class ReleaseMap { readonly ref: R.Ref<State>; constructor(ref: R.Ref<State>); } //# sourceMappingURL=ReleaseMap.d.ts.map