@eleva-io/erp-sdk
Version:
SDK oficial para el ERP de Eleva
5 lines • 317 B
TypeScript
export declare const IBAN_REGEX_PATTERNS: Record<string, RegExp>;
export declare const IBAN_COUNTRY_CODES: string[];
export declare function getIBANCountryCode(iban: string): string | null;
export declare function validateAccountNumberIBAN(iban: string, path: string): void | never;
//# sourceMappingURL=iban.d.ts.map