@superhero/fiscal-id-generator

0.0.3 • Public • Published

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()

/@superhero/fiscal-id-generator/

    Package Sidebar

    Install

    npm i @superhero/fiscal-id-generator

    Weekly Downloads

    2

    Version

    0.0.3

    License

    UNLICENSED

    Unpacked Size

    2.68 kB

    Total Files

    5

    Last publish

    Collaborators

    • superhero