feat(new tool): iban validation and parser

This commit is contained in:
Corentin Thomasset 2023-08-27 20:04:43 +02:00
parent 81bfe57cb8
commit c745f10d9f
No known key found for this signature in database
GPG key ID: DBD997E935996158
14 changed files with 278 additions and 1 deletions

7
pnpm-lock.yaml generated
View file

@ -80,6 +80,9 @@ dependencies:
iarna-toml-esm:
specifier: ^3.0.5
version: 3.0.5
ibantools:
specifier: ^4.3.3
version: 4.3.3
json5:
specifier: ^2.2.3
version: 2.2.3
@ -5845,6 +5848,10 @@ packages:
stream: 0.0.2
dev: false
/ibantools@4.3.3:
resolution: {integrity: sha512-RUTlGuFj3cU/Qfu5YIrsIZjW34/VDgKOz5fDr64Mc4NWP9b2i48vQ39r5xCl1yyFQeyEG/lASstIQHAUX18rRA==}
dev: false
/iconv-lite@0.6.3:
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
engines: {node: '>=0.10.0'}