Skip to main content
Module

x/denomailer/deps.ts>base64Decode

A SMTP-Client implementation for deno (to send mails!)
Go to Latest
function base64Decode
import { base64Decode } from "https://deno.land/x/denomailer@1.5.0/deps.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array