(path: string)
| 69 | } |
| 70 | |
| 71 | export function normalizePath(path: string) { |
| 72 | return normalizePathSlash(normalize(path)); |
| 73 | } |
| 74 | |
| 75 | export function normalizePathSlash(path: string) { |
| 76 | // MIT https://github.com/sindresorhus/slash/blob/main/license |
no test coverage detected
searching dependent graphs…