CodiceFiscale.js is a javascript and typescript utility library to compute and validate Italian Italian Tax code (codice fiscale).
Version 2.2.1
- Fixed UTC Date issue
- Minor bug fixed
Version 2.0.0
- Added TypeScript support
- Added Object-oriented API
- Improved performance
- Improved error detection
- Backcompatible
Node
npm install codice-fiscale-js --save
Web
<script src="/dist/codice.fiscale.var.js"></script>
AMD, UMD e CommonJS version are available. Check dist
folder
npm run build
: build the bundle intodist
directory.npm run test
: launch the tests.