(path: string)
| 189 | |
| 190 | export interface IPath { |
| 191 | normalize(path: string): string; |
| 192 | isAbsolute(path: string): boolean; |
| 193 | join(...paths: string[]): string; |
| 194 | resolve(...pathSegments: string[]): string; |
no outgoing calls
no test coverage detected