UNPKG

mute-structs

Version:

NodeJS module providing an implementation of the LogootSplit CRDT algorithm

9 lines (8 loc) 161 B
/** * Possible relation between two elements in a totally ordered set. */ export declare const enum Ordering { Less = -1, Equal = 0, Greater = 1 }