UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines 283 B
import { ts } from './clock'; export * from './enums'; /** * Represents some sort of root element or is simply the bottom value of a * logical timestamp. */ export const ORIGIN = ts(0 /* SESSION.SYSTEM */, 0 /* SYSTEM_SESSION_TIME.ORIGIN */); //# sourceMappingURL=constants.js.map