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 276 B
import type { Managed } from "../Managed/managed.js"; import type { Ref } from "./XRef.js"; /** * Creates a new `XRef` with the specified value. */ export declare function makeManagedRef<A>(a: A): Managed<unknown, never, Ref<A>>; //# sourceMappingURL=makeManagedRef.d.ts.map