API reference › @evolu/common › local‑first/Protocol › TimestampsBuffer
Defined in: packages/common/src/local-first/Protocol.ts:813
Properties
add
readonly add: (timestamp: Timestamp) => void;
Defined in: packages/common/src/local-first/Protocol.ts:814
addInfinite
readonly addInfinite: () => void;
Defined in: packages/common/src/local-first/Protocol.ts:815
append
readonly append: (buffer: Buffer) => void;
Defined in: packages/common/src/local-first/Protocol.ts:818
getCount
readonly getCount: () => number & Brand<"NonNaN"> & Brand<"Finite"> & Brand<"Int"> & Brand<"NonNegative">;
Defined in: packages/common/src/local-first/Protocol.ts:816
getLength
readonly getLength: () => number;
Defined in: packages/common/src/local-first/Protocol.ts:817