Namespaces
isString
function isString(value: any): boolean;Defined in: utils/types.d.ts:6
A function that checks if something is a valid string.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | The value which will be checked. Returns true if value is a string. |
Returns
boolean
- Previous
- isRealDevice
- Next
- isSystemURI