1 2 3 4 5 6 7 8
<%- GLOBAL %> = (<%- basicFunction("") %> { if (typeof globalThis === 'object') return globalThis; try { return this || new Function('return this')(); } catch (e) { if (typeof window === 'object') return window; } })();