Preparing search index...
The search index is not available
type-plus - v8.0.0-beta.7
type-plus
ExcludePropType
Type Alias ExcludePropType<T, U>
ExcludePropType
:
{
[
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.7
Loading...
Exclude type U from properties in T.