Skip to main content
Module

x/fastro/http/deps.ts>base64Decode

Fast and simple web application framework for deno
Go to Latest
function base64Decode
Re-export
import { base64Decode } from "https://deno.land/x/fastro@v0.74.0/http/deps.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array