Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Function

getVariableStatementFromObjectLiteralExpression

No documentation has been provided.

Presentation

function getVariableStatementFromObjectLiteralExpression(
  objectLiteral: ObjectLiteralExpression,
): VariableStatement;

Returns

VariableStatement

Parameters

NameTypeDescription
objectLiteral
ObjectLiteralExpression