0.0.3 • Published 5 years ago

@superhero/fiscal-id-generator v0.0.3

Weekly downloads
9
License
UNLICENSED
Repository
github
Last release
5 years ago

Fiscal ID Generator

Licence: MIT


npm version

Tool used to generate a fiscal ID

Install

npm install @superhero/fiscal-id-generator

...or just set the dependency in your package.json file:

{
  "dependencies":
  {
    "@superhero/fiscal-id-generator": "*"
  }
}

Example

const
FiscalIdGenerator = require('@superhero/fiscal-id-generator'),
fiscalIdGenerator = new FiscalIdGenerator(),
NIF               = fiscalIdGenerator.generateNIF()
0.0.3

5 years ago