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

x/dtils/deps.ts>base64.decodeBase64

The best unofficial library of utilities for Deno applications
Latest
function base64.decodeBase64
import { base64 } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { decodeBase64 } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array