Preparing search index...
The search index is not available
@tb-dev/utils - v4.0.7
@tb-dev/utils
PartialNullish
Type Alias PartialNullish<T>
Partial
Nullish
<
T
>
:
{
[
P
in
keyof
T
]
?:
Nullish
<
T
[
P
]
>
}
Constructs a type where all properties of
T
may be nullish.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tb-dev/utils - v4.0.7
Loading...
Constructs a type where all properties of
T
may be nullish.