isNotNullOrUndefined
Generic types: | T |
Returns true if the value IS NOT null and IS NOT undefined.
Presentation
function isNotNullOrUndefined (value: T): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
value | T |
Generic types: | T |
Returns true if the value IS NOT null and IS NOT undefined.
function isNotNullOrUndefined (value: T): boolean;
boolean
Name | Type | Description |
---|---|---|
value | T |