chunk-AKU6F3WT.mjs 398 B

1234567891011
  1. var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
  2. get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
  3. }) : x)(function(x) {
  4. if (typeof require !== "undefined")
  5. return require.apply(this, arguments);
  6. throw new Error('Dynamic require of "' + x + '" is not supported');
  7. });
  8. export {
  9. __require
  10. };