Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
function
isMemberExpression(node: Node): node is MemberExpression {
123
return
node.
type
===
"MemberExpression"
;
124
}
Callers
1
CallExpression
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected