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