MCPcopy Index your code
hub / github.com/material-shell/material-shell / isExpressionStatement

Function isExpressionStatement

scripts/transpile.ts:101–103  ·  view source on GitHub ↗
(arg: BaseNode)

Source from the content-addressed store, hash-verified

99}
100
101function isExpressionStatement(arg: BaseNode): arg is ExpressionStatement {
102 return arg.type == 'ExpressionStatement';
103}
104
105function isAssignmentExpression(arg: BaseNode): arg is AssignmentExpression {
106 return arg.type == 'AssignmentExpression';

Callers 1

getDecoratorTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected