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

4 lines (3 loc) 175 B
import { Application } from "express"; import { OpenapiOptions } from "../types"; export declare const initializeOpenapi: (app: Application, options: OpenapiOptions) => void;