UNPKG

ibankit

Version:

Validation, field extraction and creation of IBAN, BBAN, BIC numbers

7 lines (6 loc) 355 B
export declare function getBankCode(bic: string): string; export declare function getCountryCode(bic: string): string; export declare function getLocationCode(bic: string): string; export declare function getBranchCode(bic: string): string; export declare function hasBranchCode(bic: string): boolean; export declare function validate(bic: string): void;