UNPKG

@craynic/czech-iban

Version:

Library to enable working with Czech IBANs and local bank account identifiers

6 lines (5 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CzechIBAN = void 0; var CzechIBAN_1 = require("./CzechIBAN"); Object.defineProperty(exports, "CzechIBAN", { enumerable: true, get: function () { return CzechIBAN_1.CzechIBAN; } });