Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
PartialExcept
Type Alias PartialExcept<T, U>
Partial
Except
<
T
,
U
>
:
T
extends
T
?
Pick
<
T
,
U
>
&
Partial
<
Omit
<
T
,
U
>
>
:
never
Type Parameters
T
U
extends
UnionKeys
<
T
>
Deprecated
replaced by
PartialOmit
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Deprecated
replaced by
PartialOmit