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

Function isIdentifier

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

Source from the content-addressed store, hash-verified

111}
112
113function isIdentifier(arg: BaseNode): arg is Identifier {
114 return arg.type == 'Identifier';
115}
116
117function isArrayExpression(arg: BaseNode): arg is ArrayExpression {
118 return arg.type == 'ArrayExpression';

Callers 2

getDecoratorTargetsFunction · 0.85
transpileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected