Skip to main content
Module

x/postgres/deps.ts>base64.decode

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/postgres@v0.16.1/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array