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