UNPKG

next

Version:

The React Framework

6 lines (5 loc) 172 B
import path from 'path'; export function normalizePath(file) { return path.sep === '\\' ? file.replace(/\\/g, '/') : file; } //# sourceMappingURL=normalize-path.js.map