UNPKG

@effect-ts/system

Version:

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

9 lines (6 loc) 175 B
// ets_tracing: off import type * as R from "./deps-ref.js" import type { State } from "./State.js" export class ReleaseMap { constructor(readonly ref: R.Ref<State>) {} }