Utility TypeScript @ 2.0.0-beta
GitHub
by Maddi Mathon
Preparing search index...
Types
Objects
KeysOptional
Type Alias KeysOptional<T_Object>
KeysOptional
:
Exclude
<
keyof
T_Object
,
KeysRequired
<
T_Object
>
>
Returns the keys that are optional in the give object type.
Type Parameters
T_Object
Type with keys.
Since
2.0.0-alpha
Settings
Member Visibility
Alpha
Beta
External
Inherited
Private
Protected
Theme
OS
Light
Dark
GitHub
by Maddi Mathon
Utility TypeScript @ 2.0.0-beta
Loading...
Returns the keys that are optional in the give object type.