UNPKG

@effect-ts/system

Version:

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

5 lines (3 loc) 134 B
// ets_tracing: off export const ClockId: unique symbol = Symbol.for("@effect-ts/system/Clock") export type ClockId = typeof ClockId