@w11k/rx-ninja
Preparing search index...
isNotNull
Function isNotNull
isNotNull
<
T
>
(
val
:
T
|
null
)
:
val
is
T
Type guard checking a value is not null. Narrows the type from T | null to just T.
Type Parameters
T
Parameters
val
:
T
|
null
value to check
Returns
val
is
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@w11k/rx-ninja
Loading...
Type guard checking a value is not null. Narrows the type from T | null to just T.