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