UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

3 lines (2 loc) 158 B
import type * as ts from 'typescript'; export declare function GetMethodDescriptor(propertyName: ts.PropertyName, returnValue: ts.Expression): ts.Expression;