type ClsObj<I,A>
Spy object type of a spied class, containing extra metadata compared to object spies.
Definition
type ClsObj<I, A extends any[]> =
Spy.Obj
<I,
Spy.ClsObjMeta
<I, A>>;
type ClsObj<I,A>
Spy object type of a spied class, containing extra metadata compared to object spies.
type ClsObj<I, A extends any[]> =
Spy.Obj
<I,
Spy.ClsObjMeta
<I, A>>;