* Converts an ESTree compatible AST node into a string representing the corresponding expression.
(node: Expression)
| 7 | * Converts an ESTree compatible AST node into a string representing the corresponding expression. |
| 8 | */ |
| 9 | generate(node: Expression): string; |
| 10 | } |
| 11 | |
| 12 | export interface ExpressionParserResult { |
no outgoing calls
no test coverage detected