UNPKG

@nestjs/swagger

Version:

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

10 lines (9 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stripLastSlash = void 0; function stripLastSlash(path) { return path && path[path.length - 1] === '/' ? path.slice(0, path.length - 1) : path; } exports.stripLastSlash = stripLastSlash;