@chickenjdk/common
Preparing search index...
ContainsWider
Type Alias ContainsWider<T, U>
ContainsWider
:
(
U
extends
any
?
T
extends
U
?
U
extends
T
?
never
:
0
:
never
:
never
)
extends
never
?
false
:
true
Check if U contains a type that T is a subtype of, if so return true, if not return false.
Type Parameters
T
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@chickenjdk/common
Loading...
Check if U contains a type that T is a subtype of, if so return true, if not return false.