Functions
base64ToUint8Array
base64ToUint8Array(
base64
):Uint8Array
Defined in: packages/core/src/utils/encoding.ts:8
Converts a base64 string (without data: prefix) to a Uint8Array
Parameters
base64
string
The base64 string without data: prefix
Returns
Uint8Array
The Uint8Array