38465-vm/bot/node_modules/lodash/_freeGlobal.js
Flatlogic Bot 33b1653816 V3
2026-02-16 03:42:10 +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;