Skip to content

Documentation / base / uint8ArrayToBase64

Function: uint8ArrayToBase64()

uint8ArrayToBase64(array): string

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

Converts a Uint8Array to Base64 (Supports emoji character)

Parameters

array

Uint8Array

Uint8Array to convert

Returns

string

Base64 string

Released under the MIT License.