| 534 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event) |
| 535 | */ |
| 536 | declare class Event { |
| 537 | constructor(type: string, init?: EventInit); |
| 538 | /** |
| 539 | * Returns the type of event, e.g. "click", "hashchange", or "submit". |
nothing calls this directly
no outgoing calls
no test coverage detected