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

Method constructor

packages/event-bus-client/tests/noop.test.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 it('supports extension as a base class with full typing', () => {
65 class Extended extends RootEventClient<TestEvents> {
66 constructor() {
67 super({ pluginId: 'extended' })
68 }
69 }
70 const ext = new Extended()
71 expect(ext.getPluginId()).toBe('extended')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected