@webdeveric/utils
Preparing search index...
types/utils
DeepNonNullable
Type Alias DeepNonNullable<Type>
DeepNonNullable
:
Type
extends
Record
<
PropertyKey
,
unknown
>
?
{
[
Key
in
keyof
Type
]
:
DeepNonNullable
<
Type
[
Key
]
>
}
:
NonNullable
<
Type
>
Type Parameters
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...