Files
lodash/_freeGlobal.js
2017-01-08 23:37:20 -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;