Skip to main content
Module

x/cav/deps.ts>base64.decode

A server framework for Deno
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/cav@0.0.21/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array