()
| 8 | |
| 9 | class EventProbeClient extends EventClient<ProbeEventMap> { |
| 10 | constructor() { |
| 11 | super({ pluginId: 'event-probe' }) |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | export const eventProbeClient = new EventProbeClient() |
nothing calls this directly
no outgoing calls
no test coverage detected