(event: string, listener: Function)
| 281 | |
| 282 | addListener(event: string, listener: Function): this; |
| 283 | on(event: string, listener: Function): this; |
| 284 | once(event: string, listener: Function): this; |
| 285 | removeListener(event: string, listener: Function): this; |
| 286 | removeAllListeners(event?: string): this; |
no outgoing calls
no test coverage detected