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

x/s3si/deps.ts>base64.decodeBase64

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

Decodes a base64-encoded string.

Examples

Example 1

import { encodeBase64 } from "https://deno.land/std@0.224.0/encoding/base64.ts";

encodeBase64("foobar"); // "Zm9vYmFy"

Parameters

b64: string

Returns

Uint8Array