Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
function
isBinaryExpression(node: Node): node is BinaryExpression {
51
return
node.
type
===
"BinaryExpression"
;
52
}
Callers
1
isStringLiteral
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected