5 lines
171 B
JavaScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
export default freeGlobal;