@widergy/web-utils
Version:
Utility GO! Web utils
25 lines (24 loc) • 510 B
TypeScript
export declare const cards: {
VISA: string;
VISA_ELECTRON: string;
HIPERCARD: string;
MAESTRO: string;
CABAL: string;
NARANJA: string;
};
export declare const cabalRulesDefinition: {
type: string;
pattern: RegExp;
format: RegExp;
length: number[];
cvcLength: number[];
luhn: boolean;
};
export declare const naranjaRulesDefinition: {
type: string;
pattern: RegExp;
format: RegExp;
length: number[];
cvcLength: number[];
luhn: boolean;
};