js_bankkonto
v1.0.10
Published
A small library to handle swedish bank account information.
Downloads
5
Readme
js_bankkonto
A small library to handle swedish bank account information.
const account = new Accoun("6561-532796942");
console.log(account.getBank())
console.log(account.isValid())
console.log(account.toString())
console.log(account.toJson())