nx.js
Functions

atob

atob(s): string

Decodes a string of data which has been encoded using Base64 encoding.

Parameters

ParameterType
sstring

Returns

string

See

https://developer.mozilla.org/docs/Web/API/Window/atob

On this page