augment-vir - v31.32.2
Preparing search index...
ReplaceNullValuesWithUndefined
Type Alias ReplaceNullValuesWithUndefined<ObjectGeneric>
ReplaceNullValuesWithUndefined
:
{
[
Key
in
RequiredKeysOf
<
Extract
<
ObjectGeneric
,
object
>
>
]
:
null
extends
ObjectGeneric
[
Key
]
?
Exclude
<
ObjectGeneric
[
Key
]
,
null
>
|
undefined
:
ObjectGeneric
[
Key
]
}
&
{
[
Key
in
OptionalKeysOf
<
Extract
<
ObjectGeneric
,
object
>
>
]
?:
null
extends
Required
<
ObjectGeneric
,
>
[
Key
]
?
Exclude
<
ObjectGeneric
[
Key
]
,
null
>
|
undefined
:
ObjectGeneric
[
Key
]
}
Converts any
null
values into
undefined
.
Type Parameters
ObjectGeneric
Package
@augment-vir/common
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v31.32.2
Loading...
Converts any
null
values intoundefined
.