js_bankkonto
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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())

Readme

Keywords

none

Package Sidebar

Install

npm i js_bankkonto

Weekly Downloads

2

Version

1.0.10

License

ISC

Unpacked Size

64.2 kB

Total Files

11

Last publish

Collaborators

  • albin_lindskog
  • lhandel