MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / isNode

Function isNode

src/analyzers/react/index.ts:607–609  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

605}
606
607function isNode(value: unknown): value is TSESTree.Node {
608 return value !== null && typeof value === 'object' && 'type' in value;
609}

Callers 1

getChildNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected