Namespaces
isNullOrUndefined
function isNullOrUndefined(value: any): boolean;Defined in: utils/types.d.ts:55
A function that checks if something is not defined (null or undefined).
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | The value which will be checked. Returns true if value is null or undefined. |
Returns
boolean
- Previous
- isMainThread
- Next
- isNumber