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

x/tl_log/examples/deploy.d.ts>atob

Time-Level-Log for Deno🦕
Latest
function atob
import { atob } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";

Decodes a string of data which has been encoded using base-64 encoding.

console.log(atob("aGVsbG8gd29ybGQ=")); // outputs 'hello world'

Parameters

s: string

Returns

string