| 775 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget) |
| 776 | */ |
| 777 | declare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> { |
| 778 | constructor(); |
| 779 | /** |
| 780 | * The **`addEventListener()`** method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target. |
nothing calls this directly
no outgoing calls
no test coverage detected