UNPKG

@microsoft.azure/autorest.testserver

Version:
8 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizePath = void 0; function normalizePath(path) { return path.replace(/\\/g, "/"); } exports.normalizePath = normalizePath; //# sourceMappingURL=path-utils.js.map