* Get the name of the symbol represented by the given expression node, or `null` if it is not a * symbol.
(node: TExpression)
| 16 | * symbol. |
| 17 | */ |
| 18 | getSymbolName(node: TExpression): string | null; |
| 19 | |
| 20 | /** |
| 21 | * Return `true` if the given expression is a string literal, or false otherwise. |
no outgoing calls
no test coverage detected