| 5 | } |
| 6 | |
| 7 | class CustomEventClient extends EventClient<EventMap> { |
| 8 | constructor() { |
| 9 | super({ |
| 10 | pluginId: 'custom-devtools', |
| 11 | debug: true, |
| 12 | }) |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | // This is where the magic happens, it'll be used throughout your application. |
| 17 | export const DevtoolsEventClient = new CustomEventClient() |
nothing calls this directly
no outgoing calls
no test coverage detected