Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function base64.decode
import { base64 } from "https://deno.land/x/miranda@0.0.6/src/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array