Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
ExcludePropType
Type Alias ExcludePropType<T, U>
Exclude
Prop
Type
<
T
,
U
>
:
{
[
k
in
keyof
T
]
:
Exclude
<
T
[
k
]
,
U
>
}
Exclude type U from properties in T.
Type Parameters
T
extends
Record
<
keyof
any
,
any
>
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Exclude type U from properties in T.