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