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