API reference / @evolu/common / local-first / timestampToTimestampBytes
Function: timestampToTimestampBytes()
function timestampToTimestampBytes(
timestamp,
): Uint8Array<ArrayBufferLike> & Brand<"TimestampBytes">;
Defined in: packages/common/src/local-first/Timestamp.ts:285
Parameters
| Parameter | Type |
|---|---|
timestamp | Timestamp |
Returns
Uint8Array<ArrayBufferLike> & Brand<"TimestampBytes">