MCPcopy Index your code
hub / github.com/javascript-obfuscator/javascript-obfuscator / atob

Function atob

test/helpers/atob.ts:5–7  ·  view source on GitHub ↗
(encodedString: string)

Source from the content-addressed store, hash-verified

3 * @returns {string}
4 */
5export function atob(encodedString: string): string {
6 return Buffer.from(encodedString, 'base64').toString();
7}

Callers 3

CryptUtils.spec.tsFile · 0.90
eFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…