UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

3 lines (2 loc) 201 B
import 'reflect-metadata'; export declare function Method(verb?: string, route?: string, middlewares?: Function[]): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) => any;