/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/polyfill.js (251B)
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { if (typeof global !== 'object' || !global || global.Math !== Math || global.Array !== Array) { return implementation; } return global; };