UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

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