* Join all arguments together and normalize the resulting path. * * @param paths paths to join. * @throws {TypeError} if any of the path segments is not a string.
(...paths: string[])
| 71 | * @throws {TypeError} if any of the path segments is not a string. |
| 72 | */ |
| 73 | join(...paths: string[]): string; |
| 74 | /** |
| 75 | * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. |
| 76 | * |
no outgoing calls