* The right-most parameter is considered {to}. Other parameters are considered an array of {from}. * * Starting from leftmost {from} parameter, resolves {to} to an absolute path. * * If {to} isn't already absolute, {from} arguments are prepended in right to left order,
(...paths: string[])
| 85 | * @throws {TypeError} if any of the arguments is not a string. |
| 86 | */ |
| 87 | resolve(...paths: string[]): string; |
| 88 | /** |
| 89 | * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. |
| 90 | * |
no outgoing calls