hexo/node_modules/lodash/_freeGlobal.js

5 lines
177 B
JavaScript
Raw Permalink Normal View History

2023-10-03 11:14:36 +08:00
/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;