UNPKG

332 BJavaScriptView Raw
1import { maybe } from "./maybe.js";
2export default (maybe(function () { return globalThis; }) ||
3 maybe(function () { return window; }) ||
4 maybe(function () { return self; }) ||
5 maybe(function () { return global; }) || maybe(function () { return maybe.constructor("return this")(); }));
6//# sourceMappingURL=global.js.map
\No newline at end of file