| 89 | } |
| 90 | |
| 91 | export class DevtoolsEventClient extends EventClient<EventMap> { |
| 92 | constructor() { |
| 93 | super({ |
| 94 | pluginId: 'tanstack-devtools-core', |
| 95 | }) |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | const devtoolsEventClient = new DevtoolsEventClient() |
| 100 |
nothing calls this directly
no outgoing calls
no test coverage detected