(x)
| 2 | var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; |
| 3 | |
| 4 | function getDefaultExportFromCjs (x) { |
| 5 | return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; |
| 6 | } |
| 7 | |
| 8 | function getAugmentedNamespace(n) { |
| 9 | if (n.__esModule) return n; |