UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

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