isBoolean()

Determines if the given value is of type Boolean as specified by typeOf().

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 63 times.

Parameter

{*} value
Value to see if it is of type Boolean according to typeOf().

Returns

{boolean}
true if value is of type Boolean according to typeOf(). Otherwise false.

Required Function

This function directly requires the following function which is included automatically:

  • isArguments()
    Determines if the given value is of type Arguments as specified by typeOf().

Requiring Function

This function is directly required by the following function:

  • isArguments()
    Determines if the given value is of type Arguments as specified by typeOf().