/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
ext
/
global-this
/
/var/www/greso.tech/server/nsm/node_modules/ext/global-this
mkdir
upload
Name
Size
Mode
Actions
implementation.js
1025
0644
edit
dl
rm
index.js
106
0644
edit
dl
rm
is-implemented.js
168
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/ext/global-this/is-implemented.js
(168B)
"use strict"; module.exports = function () { if (typeof globalThis !== "object") return false; if (!globalThis) return false; return globalThis.Array === Array; };
Save
"use strict"; module.exports = function () { if (typeof globalThis !== "object") return false; if (!globalThis) return false; return globalThis.Array === Array; };