UNPKG

@effect-ts/system

Version:

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

10 lines (9 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClockId = void 0; // ets_tracing: off const ClockId = /*#__PURE__*/Symbol.for("@effect-ts/system/Clock"); exports.ClockId = ClockId; //# sourceMappingURL=id.js.map