global.js 373 B

1
  1. var __globalThis="undefined"!=typeof globalThis&&globalThis,__window="undefined"!=typeof window&&window,__self="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,__global="undefined"!=typeof global&&global,__my="undefined"!=typeof my&&my,_global=__my||__globalThis||__global||__window||__self;export{_global as global};