json-joy
Version:
Collection of libraries for building collaborative editing apps.
13 lines (12 loc) • 458 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ORIGIN = void 0;
const tslib_1 = require("tslib");
const clock_1 = require("./clock");
const enums_1 = require("./enums");
tslib_1.__exportStar(require("./enums"), exports);
/**
* Represents some sort of root element or is simply the bottom value of a
* logical timestamp.
*/
exports.ORIGIN = (0, clock_1.ts)(enums_1.SESSION.SYSTEM, enums_1.SYSTEM_SESSION_TIME.ORIGIN);
;