Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
function atob

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