| 664 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget) |
| 665 | */ |
| 666 | declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> { |
| 667 | constructor(); |
| 668 | /** |
| 669 | * Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched. |
nothing calls this directly
no outgoing calls
no test coverage detected