UNPKG

bankcode-bic

Version:

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

4 lines (3 loc) 200 B
import { keyedGetObject, serializedGetObject, toObject } from "./libs/query.js"; import { fetchData } from "./libs/fetch-data.js"; export { fetchData, keyedGetObject, serializedGetObject, toObject };