* Listens to queue events
(event: string, callback: (...args: any[]) => void)
| 989 | * Listens to queue events |
| 990 | */ |
| 991 | on(event: string, callback: (...args: any[]) => void): this; |
| 992 | |
| 993 | /** |
| 994 | * An error occured |
no outgoing calls
no test coverage detected