UNPKG

200 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function fixPath(path) {
4 // special case for windows
5 return path.replace(/\\/g, '/');
6}
7exports.fixPath = fixPath;