UNPKG

@widergy/web-utils

Version:
25 lines (24 loc) 510 B
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; };