UNPKG

400 BJavaScriptView Raw
1var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
2function getDefaultExportFromCjs(x) {
3 return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
4}
5export {
6 commonjsGlobal as c,
7 getDefaultExportFromCjs as g
8};