viruschidai / validate-vat-ts

A library for validating VAT number
32 stars 13 forks source link

allow string type as countryCode parameter #32

Closed tbdrz closed 2 years ago

tbdrz commented 2 years ago

Now i have to do the following:

const validationInfo = await validateVat(
    data.countryCode as CountryCodes,
    data.vatNumber
  );