• Checks if possibleAncestor has possibleDescendant as a descendant. eg. a/b/c/d is a descendant of a/b, but not of a/q.

    Parameters

    • possibleDescendant: string
    • possibleAncestor: string

    Returns boolean

Generated using TypeDoc