UNPKG

@trustpayments/ts-luhn-check

Version:

Validate card numbers by use of the luhncheck

2 lines (1 loc) 64 B
export declare function luhnCheck(cardNumber: string): boolean;