MCPcopy Create free account
hub / github.com/TanStack/devtools / DevtoolsEventClient

Class DevtoolsEventClient

packages/devtools-client/src/index.ts:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91export class DevtoolsEventClient extends EventClient<EventMap> {
92 constructor() {
93 super({
94 pluginId: 'tanstack-devtools-core',
95 })
96 }
97}
98
99const devtoolsEventClient = new DevtoolsEventClient()
100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected