anaf-ts-sdk
Version:
Complete TypeScript SDK for Romanian ANAF API -E-Factura, Company checks
9 lines (8 loc) • 401 B
TypeScript
/**
* UBL (Universal Business Language) Module
*
* This module provides functionality for generating UBL 2.1 XML invoices
* compliant with Romanian CIUS-RO specification for ANAF e-Factura.
*/
export { buildInvoiceXml, buildUblInvoiceXml } from './InvoiceBuilder';
export type { InvoiceInput, InvoiceLine, Party, Address, UblInvoiceInput, UblParty, UblAddress, UblInvoiceLine, } from '../types';