plainfp - v0.1.0
GitHub
npm
Preparing search index...
predicates
isDefined
Function isDefined
isDefined
<
T
>
(
value
:
T
|
null
|
undefined
)
:
value
is
T
Type guard that excludes
null
and
undefined
.
Type Parameters
T
Parameters
value
:
T
|
null
|
undefined
Returns
value
is
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
plainfp - v0.1.0
Loading...
Type guard that excludes
nullandundefined.