UNPKG

alapa

Version:

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

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