Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function base64Decode
import { base64Decode } from "https://deno.land/x/simple_utility@v0.0.10/mod.compatible.ts";

Convert from base64 code to byte array.

Parameters

data: string

base64 code.