Library API
⬅ Back to Guides
Preparing search index...
common.index
NonOptional
Type Alias NonOptional<T>
NonOptional
:
{
[
K
in
keyof
T
]
-?:
Exclude
<
T
[
K
]
,
undefined
>
}
Remove 'optional' on keys as well as 'undefined' on values
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
⬅ Back to Guides
Library API
Loading...
Remove 'optional' on keys as well as 'undefined' on values