Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
Extract
Type alias Extract<T, U>
Extract
<
T
,
U
>
:
T
extends
U
?
T
:
never
Extract from T those types that are assignable to U
Type Parameters
T
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc
Extract from T those types that are assignable to U