``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
__webpack_require__.g = (function() {
|
|
if (typeof globalThis === 'object') return globalThis;
|
|
try {
|
|
return this || new Function('return this')();
|
|
} catch (e) {
|
|
if (typeof window === 'object') return window;
|
|
}
|
|
})(); |