Skip to content

encodeBase64

encodeBase64(uint8Array): string

Defined in: src/base64.ts:45

Encode a typed array of uint8 as base64.

Uint8Array

The data to encode.

string

The base64.