blowfish/node_modules/lodash-es/_freeGlobal.js
2023-01-29 22:30:24 +00:00

4 lines
171 B
JavaScript

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