MCPcopy Create free account
hub / github.com/TanStack/query / isObjectExpression

Function isObjectExpression

packages/eslint-plugin-query/src/utils/ast-utils.ts:30–32  ·  view source on GitHub ↗
(node: TSESTree.Node)

Source from the content-addressed store, hash-verified

28 return node.type === AST_NODE_TYPES.Property
29 },
30 isObjectExpression(node: TSESTree.Node): node is TSESTree.ObjectExpression {
31 return node.type === AST_NODE_TYPES.ObjectExpression
32 },
33 isPropertyWithIdentifierKey(
34 node: TSESTree.Node,
35 key: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected