easy-e-invoice
Version:
Easy invoice XRechnung is a standardized electronic invoice format developed to comply with the European Directive 2014/55/EU
7 lines (6 loc) • 324 B
TypeScript
import { EInvoice } from '../src/types/convertEInvoiceToCII';
export * from './types/CrossIndustryInvoice';
export * from './types/convertEInvoiceToCII';
export * from './generateCrossIndustryInvoiceXml';
export * from './simpleConvertEInvoiceToCII';
export declare function generateEInvoiceXML(einvoice: EInvoice): string;