Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/std/base64.ts>decode

A frugal web framework
Go to Latest
function decode
import { decode } from "https://deno.land/x/frugal@0.3.0/dep/std/base64.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array