Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function decode
import { decode } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/encoding/base64.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array