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

x/mysql/deps.ts>base64Decode

MySQL driver for Deno
Extremely Popular
Go to Latest
function base64Decode
import { base64Decode } from "https://deno.land/x/mysql@v2.11.0/deps.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array