2026-05-31 13:54:31 +02:00

6 lines
189 B
TypeScript

import { globalThis_ } from "./globalThis.mjs";
//#region src/_internal/DOMException.d.ts
declare const DOMException: typeof globalThis_.DOMException;
//#endregion
export { DOMException };