1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-06 16:53:54 +08:00
setup-node/node_modules/lodash/_freeGlobal.js
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -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;