Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/base64.ts>decodeBase64

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function decodeBase64
import { decodeBase64 } from "https://deno.land/x/lume@v1.19.2/deps/base64.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array