Skip to main content

Function: propertyPathEndsWith()

propertyPathEndsWith(propertyPath: readonly string[], suffixPath: readonly string[]): 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