Function pathIncludes

  • Test whether a path includes another path This will return true when path 1 is the same as path 2

    Parameters

    • p1: string
    • p2: string

    Returns boolean

Generated using TypeDoc