Skip to content

Documentation / base / base64ToUint8Array

Function: base64ToUint8Array()

base64ToUint8Array(base64): Uint8Array<ArrayBuffer>

Defined in: libs/base/src/utils.ts:605

Converts a base64 string to Uint8Array (Supports emoji character)

Parameters

base64

string

Base64 string to convert

Returns

Uint8Array<ArrayBuffer>

Uint8Array

Released under the MIT License.