UNPKG

@paybyrd/card-collect

Version:

Paybyrd's tool to aid in the creation of credit card info collect forms

8 lines (7 loc) 212 B
type CardValidationResponse = { success: boolean; message?: string | null; type?: string | null; }; export declare const validateCreditCard: (cardnumber: string) => CardValidationResponse; export {};