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