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

x/dtils/deps.ts>base64.decode

The best unofficial library of utilities for Deno applications
Go to Latest
variable base64.decode
Deprecated
Deprecated

(will be removed in 0.210.0) Use a decodeBase64 instead.

Decodes a given RFC4648 base64 encoded string

import { base64 } from "https://deno.land/x/dtils@2.5.0/deps.ts";
const { decode } = base64;