• Determines the credit card brand based on the credit card number.

    Parameters

    • cardNumber: string

      The credit card number.

    Returns Promise<string>

    The credit card brand (e.g., "Visa", "Mastercard", "American Express").

Generated using TypeDoc