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

x/wasmbuild/lib/deps.ts>base64.decode

Build tool to use Rust code in Deno and the browser.
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/wasmbuild@0.15.1/lib/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array