(from: string, to: string)
| 159 | interface RuntimePathModule { |
| 160 | isAbsolute(filePath: string): boolean; |
| 161 | relative(from: string, to: string): string; |
| 162 | } |
| 163 | |
| 164 | type ComparablePathKind = "absolute" | "home"; |
no outgoing calls
no test coverage detected