Function: anything()
anything<
T>():T&Matcher<T>
Defined in: ts-mockito.ts:244
Argument matcher: matches any value, including null and undefined.
Type Parameters
T
T = unknown
Returns
T & Matcher<T>
anything<
T>():T&Matcher<T>
Defined in: ts-mockito.ts:244
Argument matcher: matches any value, including null and undefined.
T = unknown
T & Matcher<T>