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
20 lines (12 loc) • 464 B
text/typescript
export * from "./types/App";
export * from "./decorators/app_decorators";
export * from "./decorators/controller_decorators";
export * from "./decorators/validations";
export * from "./decorators/Middleware";
export * from "./decorators/Tag";
export * from "./decorators/requestMethodDecorators";
export * from "./decorators/Param";
export * from "./decorators/Body";
export * from "./decorators/Query";
export * from "./partials";
export * from "./types";