(value: string)
| 65 | * @internal |
| 66 | */ |
| 67 | export function normalizeSlashes(value: string): string { |
| 68 | return value.replace(backslashRegExp, directorySeparator); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Safe `hasOwnProperty` |
no outgoing calls
no test coverage detected
searching dependent graphs…