type Obj<T,C,P,R>
The type that determines allowed matchers for objects.
Definition
type Obj<T, C, P, R> = Match.ObjProps<T, C, R> | Match.CompoundForObj<T, C, P, R>;
type Obj<T,C,P,R>The type that determines allowed matchers for objects.
type Obj<T, C, P, R> = Match.ObjProps<T, C, R> | Match.CompoundForObj<T, C, P, R>;