node-domexception.d.ts 105 B

12345
  1. declare class DOMException {
  2. constructor(message: string, name: string)
  3. }
  4. export default DOMException