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

x/oak_commons/deps.ts>base64.decode

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/oak_commons@0.3.1/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array