| 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/validate-path.util.js |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.validatePath = void 0;
const validatePath = (inputPath) => inputPath.charAt(0) !== '/' ? '/' + inputPath : inputPath;
exports.validatePath = validatePath;