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

Function isClassExpression

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

Source from the content-addressed store, hash-verified

83}
84
85function isClassExpression(arg: BaseNode): arg is ClassExpression {
86 return arg.type == 'ClassExpression';
87}
88
89function isBlockStatement(arg: BaseNode): arg is BlockStatement {
90 return arg.type == 'BlockStatement';

Callers 1

transpileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected