Files
lodash/.internal/freeGlobal.js
John-David Dalton f03b3edca4 Update object checks.
2017-04-23 22:15:51 -07:00

5 lines
180 B
JavaScript

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