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

3 lines (2 loc) 209 B
import { QueryOptions } from "../types/QueryOptions"; export declare function Query(paramName?: string, options?: QueryOptions): (target: Object, propertyKey: string | symbol, parameterIndex: number) => void;