PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/error-type
Exclude
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
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
Exclude from T those types that are assignable to U