mongodb-dynamic-api
Version:
Auto generated CRUD API for MongoDB using NestJS
9 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RouteDecoratorsHelper = void 0;
const common_1 = require("@nestjs/common");
function RouteDecoratorsHelper(routeDecorators) {
return (0, common_1.applyDecorators)(...routeDecorators.build());
}
exports.RouteDecoratorsHelper = RouteDecoratorsHelper;
//# sourceMappingURL=route-decorators.helper.js.map