bankcode-bic
Version:
Convert bank codes from IBAN to BICs, Name of bank. Currently supports only some selected EU countries.
9 lines (8 loc) • 369 B
TypeScript
import { DownloadType, GetCacheKeyFn, GetDownloadUrlFn, ParseCSVType } from "./download.js";
//#region src/download/be.d.ts
declare const getCacheKey: GetCacheKeyFn;
declare const getDownloadUrl: GetDownloadUrlFn;
declare const downloadCSV: DownloadType;
declare const parseCSV: ParseCSVType;
//#endregion
export { downloadCSV, getCacheKey, getDownloadUrl, parseCSV };