@ng-doc/builder / Function

getVariableStatementFromObjectLiteralExpression

No documentation has been provided.

Presentation

function getVariableStatementFromObjectLiteralExpression(
  objectLiteral: ObjectLiteralExpression,
): VariableStatement;

Returns

VariableStatement

Parameters

NameTypeDescription
objectLiteral
ObjectLiteralExpression

@param objectLiteral