Files
Web-Printing-Toolkit/node_modules/lodash/_freeGlobal.js
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02: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;