sunat-catalogs-pe

1.0.7 • Public • Published

SUNAT-Catalogs

SUNAT Catalogs for electronic billing.

npm install sunat-catalogs-pe

🇵🇪 Spanish - Español

Usage

Create an instance from the library, with that instance you can access each catalog.

const catalogsPeru = require('catalogs-conflux');

const miCatalogo = new catalogsPeru();

const typeDoc = miCatalogo.tipoDocumento();

console.log(typeDoc.find("07"));

Help

To see all available catalogs and their descriptions, execute the help() method.

miCatalogo.help()

Package Sidebar

Install

npm i sunat-catalogs-pe

Weekly Downloads

3

Version

1.0.7

License

GPL-3.0

Unpacked Size

460 kB

Total Files

34

Last publish

Collaborators

  • confluxpe