(...paths: string[])
| 339 | /** @public */ |
| 340 | export interface Path { |
| 341 | resolve(...paths: string[]): string; |
| 342 | normalize(path: string): string; |
| 343 | isAbsolute(path: string): boolean; |
| 344 | join(...paths: string[]): string; |
no outgoing calls
no test coverage detected