Function: isPresent()
isPresent<
Value>(value:Value): value is Exclude<Value, null | undefined>
Defined in: _internal/runtime-utils.ts:71
Check whether a value is neither null nor undefined.
Type Parametersโ
Valueโ
Value
Parametersโ
valueโ
Value
Returnsโ
value is Exclude<Value, null | undefined>