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

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array