LendAndRegret/node_modules/es-toolkit/dist/_internal/DOMException.d.mts
2026-05-02 17:27:43 +08:00

6 lines
150 B
TypeScript

import { globalThis as globalThis_ } from './globalThis.mjs';
declare const DOMException: typeof globalThis_.DOMException;
export { DOMException };