uft
Preparing search index...
isNotNullish
Function isNotNullish
isNotNullish
<
T
>
(
value
:
T
|
null
|
undefined
)
:
value
is
T
Checks if a value is not
null
or
undefined
. This is the inverse of
isNullish
.
Type Parameters
T
Parameters
value
:
T
|
null
|
undefined
Returns
value
is
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
uft
Loading...
Checks if a value is not
nullorundefined. This is the inverse of isNullish.