UNPKG

178 BTypeScriptView Raw
1import { MiddlewareFn } from "../interfaces/Middleware";
2export declare function createMethodDecorator<TContextType = {}>(resolver: MiddlewareFn<TContextType>): MethodDecorator;