UNPKG

ibankit

Version:

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

6 lines (5 loc) 195 B
export { CountryCode } from "./country"; export { BbanStructure } from "./bbanStructure"; export { IBAN } from "./iban"; export { IBANBuilder } from "./ibanBuilder"; export { BIC } from "./bic";