Preparing search index...
The search index is not available
Vinyl
Vinyl
@amzn/vinyl-util
ExcludeValues
Type Alias ExcludeValues<T, U>
Exclude
Values
<
T
,
U
>
:
Pick
<
T
,
{
[
P
in
keyof
T
]
:
T
[
P
]
extends
U
?
never
:
P
}
[
keyof
T
]
>
Excludes values from T which extends type U.
Type Parameters
T
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Vinyl
Loading...
Excludes values from T which extends type U.