UNPKG

@effect-ts/system

Version:

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

11 lines (10 loc) 261 B
// ets_tracing: off import "../../../Operator/index.mjs"; export const VersionedTypeId = /*#__PURE__*/Symbol(); export class Versioned { constructor(value) { this.value = value; this._typeId = VersionedTypeId; } } //# sourceMappingURL=index.mjs.map