UNPKG

@typestrong/ts-mockito

Version:
7 lines (6 loc) 154 B
export interface MethodStub { isApplicable(args: any[]): boolean; execute(args: any[]): void; getValue(): any; getGroupIndex(): number; }