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

Function isArrayExpression

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

Source from the content-addressed store, hash-verified

115}
116
117function isArrayExpression(arg: BaseNode): arg is ArrayExpression {
118 return arg.type == 'ArrayExpression';
119}
120
121/** The name of the decorated class if it's a block on the form
122...

Callers 1

getDecoratorTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected