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