UNPKG

@decorators/server

Version:

node decorators - decorators for express library

4 lines (3 loc) 248 B
import { ProcessPipe } from '../helpers'; import { ClassConstructor } from '../types'; export declare function Pipe(pipe: ClassConstructor<ProcessPipe>): (target: ClassConstructor | InstanceType<any>, methodName?: string, descriptor?: any) => any;