Typescript Library Declarations (ES2024)
Type Alias Exclude<T, U>
Exclude
:
T
extends
U
?
never
:
T
Exclude from T those types that are assignable to U
Type Parameters
T
U
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (ES2024)
Exclude from T those types that are assignable to U