(handler: (message: any) => void)
| 236 | readonly hasSubscribers: boolean; |
| 237 | publish(message: unknown): void; |
| 238 | subscribe(handler: (message: any) => void): void; |
| 239 | unsubscribe(handler: (message: any) => void): void; |
| 240 | } |
| 241 |
no outgoing calls
no test coverage detected