(inputs?: T | (() => T))
| 28 | render: TanStackDevtoolsAngularPluginRender<T> |
| 29 | }) { |
| 30 | function Plugin(inputs?: T | (() => T)) { |
| 31 | return { |
| 32 | ...config, |
| 33 | render, |
| 34 | inputs, |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | function NoOpPlugin() { |
| 39 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected