* Notify listeners of an event and pass arguments along * @param eventName The name of the event to emit
(eventName: string, arg1?: any, arg2?: any, ...argN: any[])
| 490 | * @param eventName The name of the event to emit |
| 491 | */ |
| 492 | emit(eventName: string, arg1?: any, arg2?: any, ...argN: any[]): void; |
| 493 | |
| 494 | /** |
| 495 | * Alias for emit |
no outgoing calls
no test coverage detected