function toBase64
toBase64(bytes: Uint8Array): string

Convert Uint8Array to base64 string

Parameters

Return Type

string

Usage

import { toBase64 } from "docs/crypto.ts";