Files
Gemini-Search/node_modules/lodash/_freeGlobal.js
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

5 lines
173 B
JavaScript

/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;