GoScrobble/web/node_modules/lodash-es/_freeGlobal.js

5 lines
171 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
export default freeGlobal;