Type Alias: Exclude<T, U>
Exclude<Exclude from T those types that are assignable to UT
,U
> =T
extendsU
?never
:T
Type Parameters
T
T
U
U
Exclude<Exclude from T those types that are assignable to UT
,U
> =T
extendsU
?never
:T
T
U