Function: getStringArrayElements()
getStringArrayElements(
arr:Readonly<JSONArrayExpression>):string[]
Defined in: _internal/jsonc-helpers.ts:181
Collect the string elements from a JSONArrayExpression.
Parametersโ
arrโ
Array node to iterate.
Returnsโ
string[]
Array of string values found among the array elements.