Function: getPropertyName()
function getPropertyName(property: Readonly<Property>): string | undefined;
Defined in: _internal/estree-utils.ts:43
Get the static key name for an object literal property.
Parametersâ
propertyâ
Readonly<Property>
Object property node to inspect.
Returnsâ
string | undefined
Static property key when available.