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