2 lines
89 B
JavaScript
2 lines
89 B
JavaScript
|
const o=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;export{o as g};
|