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

Class

packages/event-bus-client/src/noop.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * from `@tanstack/devtools-event-client/production` instead.
14 */
15export class EventClientNoOp<
16 TEventMap extends Record<string, any>,
17> implements PublicSurface<EventClient<TEventMap>> {
18 #pluginId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected