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

Method constructor

packages/devtools-client/src/index.ts:92–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected