6 lines
188 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import { globalThis_ } from "./globalThis.js";
//#region src/_internal/DOMException.d.ts
declare const DOMException: typeof globalThis_.DOMException;
//#endregion
export { DOMException };