Files
lodash/.internal/freeGlobal.js
2019-09-26 00:58:44 -07:00

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