eu-vat-validation
v1.0.17
Published
A VAT number validation class
Downloads
249
Readme
ES6 EU VAT Number Validation
Fork of this but updated most of the file to be using ES6 and a more functional approach
##Usage
import VatValidator from 'eu-vat-validation';
const vatValidator = new VatValidator();
vatValidator.validate('DE123456789'); //will return boolean