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