Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/util/base64.ts>decode

Discord API library for Node and Deno
Go to Latest
function decode
import { decode } from "https://deno.land/x/discordeno_patched@18.0.2/util/base64.ts";

CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Decodes RFC4648 base64 string into an Uint8Array

Parameters

data: string

Returns

Uint8Array