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