UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

4 lines (3 loc) 229 B
/// <reference path="method.d.ts" /> import 'reflect-metadata'; export declare function MethodMock(mockedResult: any): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) => TypedPropertyDescriptor<any>;