UNPKG

bankcode-bic

Version:

Convert bank codes from IBAN to BICs, Name of bank. Currently supports only some selected EU countries.

11 lines 315 B
//#region src/commands/download.d.ts type DownloadOptions = { filterCountries?: string[]; clearCache?: boolean; noCache?: boolean; ttlMs?: number; debug?: boolean; }; declare function DownloadCommand(outputDirPath: string, options: DownloadOptions): Promise<void>; //#endregion export { DownloadCommand };