Blame view

node_modules/lodash/_freeGlobal.js 173 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
  /** Detect free variable `global` from Node.js. */
  var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
  
  module.exports = freeGlobal;