Function pathJoin

  • Join all arguments together and normalize the resulting path.

    Parameters

    • Rest ...paths: string[]

      paths to join.

    Returns string

    Throws

    if any of the path segments is not a string.

Generated using TypeDoc