Returns true if the given argument is a boolean
isBoolean('foo bar'); // false
isBoolean(false); // true
Generated using TypeDoc
Returns true if the given argument is a boolean
Example
Example