1
0
mirror of https://github.com/actions/setup-node synced 2025-05-05 22:53:53 +00:00
setup-node/node_modules/lodash/_freeGlobal.js
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05: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;