| 655 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget) |
| 656 | */ |
| 657 | declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> { |
| 658 | constructor(); |
| 659 | /** |
| 660 | * 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