Typescript Library Declarations (ES2024)
Type Alias Extract<T, U>
Extract
:
T
extends
U
?
T
:
never
Extract 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)
Extract from T those types that are assignable to U