UNPKG

easy-e-invoice

Version:

Easy invoice XRechnung is a standardized electronic invoice format developed to comply with the European Directive 2014/55/EU

3 lines (2 loc) 165 B
import { CrossIndustryInvoice } from './types/CrossIndustryInvoice'; export declare function generateCrossIndustryInvoiceXml(invoice: CrossIndustryInvoice): string;