UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

11 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PdfConfig = void 0; class PdfConfig { constructor() { this.template = './templates/cpe'; this.css = ['./templates/cpe/css/style.css']; } } exports.PdfConfig = PdfConfig; //# sourceMappingURL=pdf-config.js.map