UNPKG

@o-galaxy/ether

Version:

Rest Api Framework

3 lines (2 loc) 242 B
import { RequestHandler } from "express"; export declare function middlewareFactory(handler: RequestHandler, context?: any): () => (targetPrototype: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;