Your IP : 216.73.216.43


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/utils/
Upload File :
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;