type Cls<I,A>
The resulting tuple type of the Spy.cls
function containing the resulting spy class, and the metadata object containing extra information about the created instances.
Definition
type Cls<I, A extends any[]> =
Construct
<A,
Spy.ClsObj
<I, A>> &
Spy.ClsMeta
<I, A>;