Files
lodash/.internal/freeGlobal.js
2017-01-10 00:45:05 -08:00

5 lines
173 B
JavaScript

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