()
| 16 | } |
| 17 | class QueryDevtoolsPlugin extends EventClient<EventMap> { |
| 18 | constructor() { |
| 19 | super({ |
| 20 | pluginId: 'query-devtools', |
| 21 | }) |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | export const queryPlugin = new QueryDevtoolsPlugin() |
nothing calls this directly
no outgoing calls
no test coverage detected