• Validates a mobile number by checking its format and content.

    Parameters

    • value: undefined | string

      the mobile number to be validated

    Returns boolean

    true if the mobile number is valid, false otherwise

Generated using TypeDoc