country-code-validator
is a JavaScript library that provides functions for validating tax codes and VAT numbers for various countries. The library is extensible and supports adding new validators for additional countries.
- [ONG] Validation of tax codes and VAT numbers for multiple countries
- Modular and easily extensible architecture
- Support for mapping and handling standard country codes
- Returns validation result objects with error details
You can install the library via npm:
npm install country-code-validator
Validation provided by: https://github.com/anghelvalentin/CountryValidator