/home/techb158/balavpn.abdallabala.com/node_modules/globalthis
NameSizeModeActions
test/-0777rm
.eslintrc1920666editdlrm
.nycrc1490666editdlrm
auto.js360666editdlrm
CHANGELOG.md118850666editdlrm
implementation.browser.js2540666editdlrm
implementation.js400666editdlrm
index.js4080666editdlrm
LICENSE10810666editdlrm
package.json24630666editdlrm
polyfill.js2510666editdlrm
README.md27160666editdlrm
shim.js7150666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/globalthis/implementation.browser.js (254B)
/* eslint no-negated-condition: 0, no-new-func: 0 */ 'use strict'; if (typeof self !== 'undefined') { module.exports = self; } else if (typeof window !== 'undefined') { module.exports = window; } else { module.exports = Function('return this')(); }