@vexta-systems/node-mde
Version:
Biblioteca para consultar notas e CT-e destinadas e enviar evento de manifestação do destinatário
8 lines (7 loc) • 447 B
JavaScript
let DistribuicaoNFeHelper = require("./distribuicaoNFe-helper"), DistribuicaoCTeHelper = require("./distribuicaoCTe-helper"), RecepcaoHelper = require("./recepcaoEvento-helper"), RetornoHelper = require("./retorno-helper"), helper = Object.freeze({
DistribuicaoNFeHelper: DistribuicaoNFeHelper,
DistribuicaoCTeHelper: DistribuicaoCTeHelper,
RecepcaoHelper: RecepcaoHelper,
RetornoHelper: RetornoHelper
});
module.exports = helper;