UNPKG

@camu-ai/sped-nfe

Version:
16 lines (15 loc) 479 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); class SpedNFe { constructor(configs) { this.configs = configs; console.log(`NFe document capture: ${this.configs.nfe.chNFe}`); console.log(`NFe document capture: ${this.configs.nfe.tpNFe}`); } capture() { console.log(`NFe document capture: ${this.configs.nfe.chNFe}`); return this.configs.nfe.chNFe; } } exports.SpedNFe = SpedNFe; //# sourceMappingURL=nfe.cjs.map