API reference › @evolu/common › local‑first/Timestamp › orderTimestampBytes
const orderTimestampBytes: Order<TimestampBytes> = orderUint8Array;
Defined in: packages/common/src/local-first/Timestamp.ts:339
An Order for TimestampBytes.
This Order uses lexicographic byte order to compare serialized
TimestampBytes produced by timestampToTimestampBytes. See
orderUint8Array for the underlying implementation.