Blame view

node_modules/lodash/_freeGlobal.js 173 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
  /** Detect free variable `global` from Node.js. */
  var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
  
  module.exports = freeGlobal;