Skip to main content
Module

x/kd_clients/deps.ts>encodeBase64

Various types of HTTP clients for miscellaneous use.
Go to Latest
function encodeBase64
Re-export
import { encodeBase64 } from "https://deno.land/x/kd_clients@v1.0.0-preview.4/deps.ts";

Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation

Parameters

data: ArrayBuffer | Uint8Array | string

Returns

string