Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/deps.ts>base64.decode

The Full-stack Framework in Deno.
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/aleph@v0.3.0-alpha.1/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array