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

Function isProgram

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

Source from the content-addressed store, hash-verified

67test();
68
69function isProgram(arg: BaseNode): arg is Program {
70 return arg.type == 'Program';
71}
72
73function isImportDeclaration(arg: BaseNode): arg is ImportDeclaration {
74 return arg.type == 'ImportDeclaration';

Callers 1

getDecoratorTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected