1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-01-14 00:31:25 -05:00
setup-python/node_modules/lodash/_freeGlobal.js

5 lines
173 B
JavaScript
Raw Normal View History

2019-06-26 21:12:00 -04:00
/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;