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

x/s3si/deps.ts>base64.decode

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

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array