UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

6 lines (5 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validatePath = void 0; const validatePath = (inputPath) => inputPath.charAt(0) !== '/' ? '/' + inputPath : inputPath; exports.validatePath = validatePath;