UNPKG

mute-structs

Version:

NodeJS module providing an implementation of the LogootSplit CRDT algorithm

6 lines (5 loc) 146 B
export interface Dot { readonly replicaNumber: number; readonly clock: number; } export declare function isDot(dot: unknown): dot is Dot;