Package Exports
- eu-vat-validation
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eu-vat-validation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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