UNPKG

mute-structs

Version:

NodeJS module providing an implementation of the LogootSplit CRDT algorithm

8 lines (7 loc) 242 B
export declare class EpochId { static fromPlain(o: unknown): EpochId | null; readonly replicaNumber: number; readonly epochNumber: number; constructor(replicaNumber: number, epochNumber: number); readonly asStr: string; }