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