Skip to content

uint8ArrayToBase64

uint8ArrayToBase64(uint8Array): string

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

Converts a Uint8Array to a base64 string.

Uint8Array

The Uint8Array to convert.

string

The base64-encoded string.