ES6 EU VAT Number Validation
Fork of this but updated most of the file to be using ES6 and a more functional approachUsage
import VatValidator from 'eu-vat-validation';
const vatValidator = new VatValidator();
vatValidator.validate('DE123456789'); //will return boolean