Function: anyFunction()
anyFunction<
T>():T&Matcher<T>
Defined in: ts-mockito.ts:223
Argument matcher: matches any function.
Type Parameters
T
T extends Function = Function
Returns
T & Matcher<T>
anyFunction<
T>():T&Matcher<T>
Defined in: ts-mockito.ts:223
Argument matcher: matches any function.
T extends Function = Function
T & Matcher<T>