Skip to content

base64ToUint8Array

base64ToUint8Array(base64): Uint8Array

Defined in: .build/typescript/packages/core/src/utils/encoding.ts:8

Converts a base64 string (without data: prefix) to a Uint8Array

string

The base64 string without data: prefix

Uint8Array

The Uint8Array