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

x/lume/deps/base64.ts>decode

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

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array