Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function encode
import { encode } from "https://deno.land/x/frugal@0.9.0/doc/dep/std/encoding/base64.ts";

CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation

Parameters

data: ArrayBuffer | string

Returns

string