UNPKG

bankcode-bic

Version:

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

10 lines (8 loc) 193 B
import { unzipSync } from "fflate"; //#region src/libs/xlsx-unzip.ts function xlsxUnzip(xlsx) { const zip = unzipSync(new Uint8Array(xlsx)); return zip; } //#endregion export { xlsxUnzip };