Function: isNullOrUndefined()
isNullOrUndefined(value
: unknown
): value is Nullish
Checks whether or not a value is null
or undefined
Parameters
Parameter | Type | Description |
---|
value | unknown | The value to check |
Returns
value is Nullish
Defined in
isNullOrUndefined.ts:7