blob: 60e775fe31a5168e5b3e21d43b7f463cd244fd2d [file] [log] [blame]
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function fixWindowsPath(value) {
return value.replace(/\\/g, "/");
}
exports.fixWindowsPath = fixWindowsPath;
//# sourceMappingURL=path-tool.js.map