6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { globalThis as globalThis_ } from './globalThis.js';
|
|
|
|
declare const DOMException: typeof globalThis_.DOMException;
|
|
|
|
export { DOMException };
|