API reference / @evolu/common / Type / idToIdBytes
Function: idToIdBytes()
function idToIdBytes(
id,
): Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"IdBytes">;
Defined in: packages/common/src/Type.ts:1711
Parameters
| Parameter | Type |
|---|---|
id | string & Brand<"Id"> |
Returns
Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"IdBytes">