feat(new tool): iban validation and parser (#591)

This commit is contained in:
Corentin THOMASSET
2023-08-27 20:12:31 +02:00
committed by GitHub
parent 81bfe57cb8
commit 3a63837d3d
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'}