import { decodeBase64 } from "https://deno.land/x/fathym_everything_as_code@v0.0.390-integration/src/src.deps.ts";
Decodes a base64-encoded string.
Examples
Example 1
Example 1
import { encodeBase64 } from "https://deno.land/std@0.224.0/encoding/base64.ts";
encodeBase64("foobar"); // "Zm9vYmFy"