UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

4 lines (3 loc) 235 B
import "reflect-metadata"; import { PathProperties } from "../interface/path"; export declare function OpenApiMethod(route: string, property: PathProperties): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;