Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.03 KB

Country Code Validator

npm version Build Status License: MIT

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.

Features

  • [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

Installation

You can install the library via npm:

npm install country-code-validator

Credit

Validation provided by: https://github.com/anghelvalentin/CountryValidator