Function: hasGeneratedIndexMetadataProperties()
function hasGeneratedIndexMetadataProperties(
objectExpression: Readonly<TSESTree.ObjectExpression>
): boolean;
Defined in: _internal/docusaurus-config-ast.ts:704
Determine whether an object expression uses generated-index metadata keys.
Parametersโ
objectExpressionโ
Readonly<TSESTree.ObjectExpression>
Returnsโ
boolean