JSPM

tva

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q32096F
  • License MIT

French VAT Number format validator

Package Exports

  • tva
  • tva/index.js

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 (tva) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Validateur de format de numéro de TVA intracommunautaire français

GitHub license

Toute entreprise assujettie à TVA et domiciliée au sein de l’Union européenne se voit délivrer par son administration fiscale un numéro de TVA intracommunautaire, appelé aussi numéro d’identification fiscal individuel.
le numéro commence par les lettres FR, suivi d’une clé et se termine par le numéro SIREN de l’entreprise.

Usage dans le navigateur

<script src="https://cdn.jsdelivr.net/npm/tva"></script>
<script>
    new TVA("FR16825006018").isValid(); // true
</script>