Finished the common IBAN utility module
Update iban-generator.mjs and iban.mjs
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
// Author: Herwin Bozet (@NibblePoker)
|
||||
// License: Public Domain (This code)
|
||||
|
||||
import {countriesIbanSpecs} from "../../libs/iban.mjs";
|
||||
import {isValidIban, parseStandardIban, IbanSpecification, countriesSpecs, getIbanChecksumFromParts} from "../../libs/iban.mjs";
|
||||
|
||||
console.log(countriesIbanSpecs);
|
||||
//console.log(getIbanChecksumFromParts("CH", "002300A1023502601"));
|
||||
|
||||
console.log(parseStandardIban("LU220108783391941421"));
|
||||
//Iban.fromIban("BEjhkjkldfjslkfjsd");
|
||||
|
Reference in New Issue
Block a user