* Return `true` if the given expression is a numeric literal, or false otherwise.
(node: TExpression)
| 30 | * Return `true` if the given expression is a numeric literal, or false otherwise. |
| 31 | */ |
| 32 | isNumericLiteral(node: TExpression): boolean; |
| 33 | /** |
| 34 | * Parse the numeric value from the given expression, or throw if it is not a numeric literal. |
| 35 | */ |
no outgoing calls
no test coverage detected