UNPKG

@nestjs/swagger

Version:

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

9 lines (8 loc) 262 B
"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;