im-angular-validators
Version:
This library will help you with lots of already written mostly used validators for Angular 2+ applications.
17 lines (16 loc) • 384 B
TypeScript
export declare enum IMCreditCardTypeValidatorEnum {
Visa = 0,
VisaElectron = 1,
AmericanExpress = 2,
ChinaUnionPay = 3,
MasterCard = 4,
Maestro = 5,
DinersClubCarteBlanche = 6,
DinersClubInternational = 7,
DinersClubUnitedStatesAndCanada = 8,
Discover = 9,
JCB = 10,
UATP = 11,
Dankort = 12,
InterPayment = 13
}