API reference / @evolu/common / Evolu/Owner / ownerIdBytesToOwnerId
Function: ownerIdBytesToOwnerId()
function ownerIdBytesToOwnerId(
ownerIdBytes,
): string & Brand<"Id"> & Brand<"OwnerId">;
Defined in: packages/common/src/Evolu/Owner.ts:93
Parameters
| Parameter | Type |
|---|---|
ownerIdBytes | Uint8Array<ArrayBufferLike> & Brand<"Length16"> & Brand<"IdBytes"> & Brand<"OwnerIdBytes"> |