@camu-ai/sped-nfe
Version:
Camu Sped NF-e
16 lines (15 loc) • 479 B
JavaScript
;
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