freeGlobal.js 233 Bytes 编辑Web IDE 1 2 3 4 5 /** Detect free variable `global` from Node.js. */ /** 从Node.js中检测自由变量' global '。 */ const freeGlobal = typeof global === 'object' && global !== null && global.Object === Object && global export default freeGlobal