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

x/s3si/deps.ts>base64.decode

Export your battles from SplatNet to stat.ink
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/s3si@v0.1.8/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array