TyphonJS Runtime Library (FVTT) 0.3.0
#runtime/data/format/base64
atob
Variable atob
Const
atob
:
(
asc
:
string
)
=>
string
does what
window.atob
of web browsers do.
Type Declaration
(
asc
:
string
)
:
string
Parameters
asc
:
string
Base64-encoded string
Returns
string
binary string
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0
does what
window.atobof web browsers do.