UNPKG

itclocks

Version:

An implementation of Interval Tree Clocks in TypeScript

6 lines (5 loc) 84 B
export declare enum ParseState { VALUE = 0, LEFT = 1, RIGHT = 2, }