* Return `true` if the given expression is a string literal, or false otherwise.
(node: TExpression)
| 21 | * Return `true` if the given expression is a string literal, or false otherwise. |
| 22 | */ |
| 23 | isStringLiteral(node: TExpression): boolean; |
| 24 | /** |
| 25 | * Parse the string value from the given expression, or throw if it is not a string literal. |
| 26 | */ |
no outgoing calls
no test coverage detected