RemoveBgExtensionChrome/libs/lodash/.internal/freeGlobal.js

5 lines
181 B
JavaScript

/** Detect free variable `global` from Node.js. */
const freeGlobal = typeof global === 'object' && global !== null && global.Object === Object && global
export default freeGlobal