UNPKG

@nestjs/swagger

Version:

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

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