| 3 | * represents the type of the `on` listener. |
| 4 | */ |
| 5 | export interface EventsMap { |
| 6 | [event: string]: any; |
| 7 | } |
| 8 | |
| 9 | /** |
| 10 | * The default events map, used if no EventsMap is given. Using this EventsMap |
nothing calls this directly
no outgoing calls
no test coverage detected