export const Global = (function () { if (typeof window !== 'undefined') { return window; } else { return Function('return this;')(); } })();