UNPKG

reest

Version:

A library inspired by NestJS's elegance, specifically designed for efficient serverless API development on AWS Lambda. It streamlines the creation of microservices with automated Swagger documentation and enhanced decorator-based middleware support, makin

8 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pathFormatter = void 0; function pathFormatter(path) { return path.replace(/:(\w+)/g, "{$1}"); } exports.pathFormatter = pathFormatter; //# sourceMappingURL=PathFormatter.js.map