Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/text_encoding.ts>atob

A modern runtime for JavaScript and TypeScript.
Go to Latest
function atob
import { atob } from "https://deno.land/x/deno@v0.28.0/cli/js/text_encoding.ts";

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

Parameters

s: string

Returns

string