API reference › @evolu/common › Type › base64UrlToUint8Array
const base64UrlToUint8Array: (str: Base64Url) => Uint8Array;
Defined in: packages/common/src/Type.ts:1621
Decodes a Base64Url string to a Uint8Array.
API reference › @evolu/common › Type › base64UrlToUint8Array
const base64UrlToUint8Array: (str: Base64Url) => Uint8Array;
Defined in: packages/common/src/Type.ts:1621
Decodes a Base64Url string to a Uint8Array.