API reference@evolu/commonlocal‑first/Protocol › TimestampsBuffer

Defined in: packages/common/src/local-first/Protocol.ts:814

Properties

add

readonly add: (timestamp: Timestamp) => void;

Defined in: packages/common/src/local-first/Protocol.ts:815

addInfinite

readonly addInfinite: () => void;

Defined in: packages/common/src/local-first/Protocol.ts:816

append

readonly append: (buffer: Buffer) => void;

Defined in: packages/common/src/local-first/Protocol.ts:819

getCount

readonly getCount: () => number & Brand<"Int"> & Brand<"NonNegative">;

Defined in: packages/common/src/local-first/Protocol.ts:817

getLength

readonly getLength: () => number;

Defined in: packages/common/src/local-first/Protocol.ts:818