getVariableStatementFromObjectLiteralExpression
No documentation has been provided.
Presentation
function getVariableStatementFromObjectLiteralExpression (
objectLiteral: ObjectLiteralExpression,
): VariableStatement;
Returns
VariableStatement
Parameters
Name | Type | Description |
---|---|---|
objectLiteral | ObjectLiteralExpression |