您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_freeGlobal.js 173B

1234
  1. /** Detect free variable `global` from Node.js. */
  2. var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
  3. module.exports = freeGlobal;