(arg: BaseNode)
| 115 | } |
| 116 | |
| 117 | function 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 | ... |
no outgoing calls
no test coverage detected