Check if value is Boolean.
For same argument, if this function returns true, functions isNil, isInteger, isNumber, isString, isArray and isObject will return false.
true
isNil
isInteger
isNumber
isString
isArray
isObject
false
Check if value is Boolean.
For same argument, if this function returns
true
, functionsisNil
,isInteger
,isNumber
,isString
,isArray
andisObject
will returnfalse
.