MCPcopy Create free account
hub / github.com/observablehq/framework / isMemberExpression

Function isMemberExpression

src/javascript/files.ts:122–124  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

120}
121
122function isMemberExpression(node: Node): node is MemberExpression {
123 return node.type === "MemberExpression";
124}

Callers 1

CallExpressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected