* Return `true` if the given expression is an object literal, or false otherwise.
(node: TExpression)
| 69 | * Return `true` if the given expression is an object literal, or false otherwise. |
| 70 | */ |
| 71 | isObjectLiteral(node: TExpression): boolean; |
| 72 | /** |
| 73 | * Parse the given expression into a map of object property names to property expressions, or |
| 74 | * throw if it is not an object literal. |
no outgoing calls
no test coverage detected