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

Function Plugin

packages/devtools-utils/src/angular/plugin.ts:30–36  ·  view source on GitHub ↗
(inputs?: T | (() => T))

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected