UNPKG

@e-invoice-eu/core

Version:

Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON.

5 lines (4 loc) 306 B
export declare const mappingValuePattern = "^=(?:([^:.]+|'[^']+')?(?::([^.:]+)?)?\\.)?([A-Z]+[1-9][0-9]*)|('[^']+'|[^=].*)$"; export declare const mappingValueRe: RegExp; export declare const sectionReferencePattern = "(?:([^:.]+|'[^']+')?(?::([^.:]+)?))"; export declare const sectionReferenceRe: RegExp;