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

Function isBinaryExpression

src/javascript/source.ts:50–52  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

48}
49
50function isBinaryExpression(node: Node): node is BinaryExpression {
51 return node.type === "BinaryExpression";
52}

Callers 1

isStringLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected