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

6 lines
188 B
TypeScript

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