| 772 | } |
| 773 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent) */ |
| 774 | declare class CustomEvent<T = any> extends Event { |
| 775 | constructor(type: string, init?: CustomEventCustomEventInit); |
| 776 | /** |
| 777 | * Returns any custom data event was created with. Typically used for synthetic events. |
nothing calls this directly
no outgoing calls
no test coverage detected