| 1 | // NOTE: This is mostly copied from https://github.com/sunsama/tsdav/tree/cc1c5a09b64c87bbee7e5f171cfcb6748e99469e/dist/tsdav.js and the goal would be to re-implement it as a much simpler class with only the necessary functionality, here. (https://github.com/bewcloud/bewcloud/issues/97) |
| 2 | var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; |
| 3 | |
| 4 | function getDefaultExportFromCjs (x) { |
nothing calls this directly
no test coverage detected