UNPKG

@typestrong/ts-mockito

Version:
8 lines (7 loc) 281 B
import { MethodAction } from "../MethodAction"; import { MethodToStub } from "../MethodToStub"; export declare class MethodCallToStringConverter { convert(method: MethodToStub): string; convertActualCalls(calls: MethodAction[]): string[]; private objectIsStringable; }