6 lines
288 B
JavaScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
const require_globalThis = require("./globalThis.js");
//#region src/_internal/DOMException.ts
const DOMException = typeof require_globalThis.globalThis_.DOMException !== "undefined" ? require_globalThis.globalThis_.DOMException : Error;
//#endregion
exports.DOMException = DOMException;