The Italian Tax Code Library for Javascript and Typescript
npm install codice-fiscale-gp
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
sh
npm install codice-fiscale-gp --save
`
`js
var CodiceFiscale = require('codice-fiscale-gp');`
Web
`html
`
AMD, UMD e CommonJS version are available. Check dist folderDocs
- Javascript
- TypeScript
- Javascript v1.2.0 deprecated
Available npm scripts:
- npm run build: build the bundle into dist directory.
- npm run test`: launch the tests.