Appearance
Checks whether the provided value is a boolean.
boolean
value
unknown
true
false
isBoolean(true); // true isBoolean('hello'); // false