import { base64 } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { encodeBase64 } = base64;
Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation
import { base64 } from "https://deno.land/x/dtils@2.4.0/deps.ts";
const { encodeBase64 } = base64;
Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation