| 1 | (function (global, factory) { |
| 2 | typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
| 3 | typeof define === 'function' && define.amd ? define(['exports'], factory) : |
| 4 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.bundle = {})); |