UNPKG

@casoon/invoice-generator

Version:

Generate PDF invoices, XRechnung XML, and ZUGFeRD PDF/A-3 from JSON data with TypeScript support

16 lines 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EInvoiceSection = exports.FooterSection = exports.ClosingSection = exports.ItemsTableSection = exports.SalutationSection = exports.HeaderSection = void 0; var header_section_1 = require("./header-section"); Object.defineProperty(exports, "HeaderSection", { enumerable: true, get: function () { return header_section_1.HeaderSection; } }); var salutation_section_1 = require("./salutation-section"); Object.defineProperty(exports, "SalutationSection", { enumerable: true, get: function () { return salutation_section_1.SalutationSection; } }); var items_table_section_1 = require("./items-table-section"); Object.defineProperty(exports, "ItemsTableSection", { enumerable: true, get: function () { return items_table_section_1.ItemsTableSection; } }); var closing_section_1 = require("./closing-section"); Object.defineProperty(exports, "ClosingSection", { enumerable: true, get: function () { return closing_section_1.ClosingSection; } }); var footer_section_1 = require("./footer-section"); Object.defineProperty(exports, "FooterSection", { enumerable: true, get: function () { return footer_section_1.FooterSection; } }); var e_invoice_section_1 = require("./e-invoice-section"); Object.defineProperty(exports, "EInvoiceSection", { enumerable: true, get: function () { return e_invoice_section_1.EInvoiceSection; } }); //# sourceMappingURL=index.js.map