API reference / @evolu/common / Type / base64UrlToUint8Array
Variable: base64UrlToUint8Array()
const base64UrlToUint8Array: (str) => Uint8Array;
Defined in: packages/common/src/Type.ts:1457
Decodes a Base64Url string to a Uint8Array.
Parameters
| Parameter | Type |
|---|---|
str | Base64Url |
Returns
Uint8Array