| 13 | * from `@tanstack/devtools-event-client/production` instead. |
| 14 | */ |
| 15 | export class EventClientNoOp< |
| 16 | TEventMap extends Record<string, any>, |
| 17 | > implements PublicSurface<EventClient<TEventMap>> { |
| 18 | #pluginId: string |
nothing calls this directly
no outgoing calls
no test coverage detected