UNPKG

@nestjs/swagger

Version:

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

8 lines (7 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeRelPath = normalizeRelPath; function normalizeRelPath(input) { const output = input.replace(/\/\/+/g, '/'); return output; }