Function: propertyPathEndsWith()
propertyPathEndsWith(`propertyPath`: readonly `string`\[], `suffixPath`: readonly `string`\[]): `boolean`
Defined in: _internal/ast.ts:110
Check whether a property path ends with the provided nested suffix.
Parametersโ
propertyPathโ
readonly `string`\[]
suffixPathโ
readonly `string`\[]
Returnsโ
`boolean`