| Current Path : /var/www/recommendations/www/node_modules/@types/validator/lib/ |
| Current File : /var/www/recommendations/www/node_modules/@types/validator/lib/isIBAN.d.ts |
/**
* Check if a string is a IBAN (International Bank Account Number).
*/
export default function isIBAN(str: string): boolean;
export const locales: Array<
| 'AD'
| 'AE'
| 'AL'
| 'AT'
| 'AZ'
| 'BA'
| 'BE'
| 'BG'
| 'BH'
| 'BR'
| 'BY'
| 'CH'
| 'CR'
| 'CY'
| 'CZ'
| 'DE'
| 'DK'
| 'DO'
| 'EE'
| 'EG'
| 'ES'
| 'FI'
| 'FO'
| 'FR'
| 'GB'
| 'GE'
| 'GI'
| 'GL'
| 'GR'
| 'GT'
| 'HR'
| 'HU'
| 'IE'
| 'IL'
| 'IQ'
| 'IR'
| 'IS'
| 'IT'
| 'JO'
| 'KW'
| 'KZ'
| 'LB'
| 'LC'
| 'LI'
| 'LT'
| 'LU'
| 'LV'
| 'MC'
| 'MD'
| 'ME'
| 'MK'
| 'MR'
| 'MT'
| 'MU'
| 'MZ'
| 'NL'
| 'NO'
| 'PK'
| 'PL'
| 'PS'
| 'PT'
| 'QA'
| 'RO'
| 'RS'
| 'SA'
| 'SC'
| 'SE'
| 'SI'
| 'SK'
| 'SM'
| 'SV'
| 'TL'
| 'TN'
| 'TR'
| 'UA'
| 'VA'
| 'VG'
| 'XK'
>;