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

Function isAssignmentExpression

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

Source from the content-addressed store, hash-verified

103}
104
105function isAssignmentExpression(arg: BaseNode): arg is AssignmentExpression {
106 return arg.type == 'AssignmentExpression';
107}
108
109function isMethodDefinition(arg: BaseNode): arg is MethodDefinition {
110 return arg.type == 'MethodDefinition';

Callers 1

getDecoratorTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected