| 963 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget) |
| 964 | */ |
| 965 | declare class EventTarget< |
| 966 | EventMap extends Record<string, Event> = Record<string, Event> |
| 967 | > { |
| 968 | constructor() |
nothing calls this directly
no outgoing calls
no test coverage detected