• Validates a PAN (Permanent Account Number) by checking its format and content.

    Parameters

    • value: undefined | string

      the PAN to be validated

    Returns boolean

    true if the PAN is valid, false otherwise

Generated using TypeDoc