Files
setup-haskell/node_modules/lodash/_freeGlobal.js
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00

5 lines
173 B
JavaScript

/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;