x/oak/deps.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function base64.decode
import { base64 } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=base64.decode";

const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string[src]

Returns

Uint8Array[src]