Module

x/oak/deps.ts>base64.decode

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function base64.decode
import { base64 } from "https://dotland.deno.dev/x/oak@v12.2.0/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array