| 641 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event) |
| 642 | */ |
| 643 | declare class Event { |
| 644 | constructor(type: string, init?: EventInit); |
| 645 | /** |
| 646 | * The **`type`** read-only property of the Event interface returns a string containing the event's type. |
nothing calls this directly
no outgoing calls
no test coverage detected