* Return `true` if the given expression is an array literal, or false otherwise.
(node: TExpression)
| 59 | * Return `true` if the given expression is an array literal, or false otherwise. |
| 60 | */ |
| 61 | isArrayLiteral(node: TExpression): boolean; |
| 62 | /** |
| 63 | * Parse an array of expressions from the given expression, or throw if it is not an array |
| 64 | * literal. |
no outgoing calls
no test coverage detected