Documentation
Preparing search index...
@alexaegis/common
index
Defined
Type Alias Defined<T>
Defined
:
{
[
K
in
keyof
T
]
-?:
NonNullable
<
T
[
K
]
>
}
Similar to
Required
but also removes
undefined
and
null
from the type
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Similar to
Requiredbut also removesundefinedandnullfrom the type