| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/utils/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/utils/normalize-rel-path.js |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalizeRelPath = void 0;
function normalizeRelPath(input) {
const output = input.replace(/\/\/+/g, '/');
return output;
}
exports.normalizeRelPath = normalizeRelPath;