UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

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