(event: string, listener: Function)
| 291 | addListener(event: string, listener: Function): this; |
| 292 | on(event: string, listener: Function): this; |
| 293 | once(event: string, listener: Function): this; |
| 294 | removeListener(event: string, listener: Function): this; |
| 295 | removeAllListeners(event?: string): this; |
| 296 | } |
no outgoing calls
no test coverage detected