UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

15 lines 512 B
�� Function: isBoolean(object) Shorthand: isBool(object) Description: Checks if an object is a valid boolean. Returns: True if yes, False otherwise. Example: // Check if an object is a valid boolean var confirmed = $A.isBoolean(object);