Namespaces
isUndefined
function isUndefined(value: any): boolean;Defined in: utils/types.d.ts:41
A function that checks if something is "undefined".
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | The value which will be checked. Returns true if value is "undefined". |
Returns
boolean
- Previous
- isSystemURI
- Next
- mainThreadify