astra / web /node_modules /lodash /_freeGlobal.js
Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
173 Bytes
/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;