UNPKG

ec-sri-invoice-signer

Version:
4 lines (3 loc) 490 B
import { signInvoiceXml, signDebitNoteXml, signCreditNoteXml, signDeliveryGuideXml, signWithholdingCertificateXml } from './signature/signature'; import { UnsuportedPkcs12Error, XmlFormatError, UnsupportedXmlFeatureError, UnsupportedDocumentTypeError } from './utils/errors'; export { signInvoiceXml, signDebitNoteXml, signCreditNoteXml, signDeliveryGuideXml, signWithholdingCertificateXml, UnsuportedPkcs12Error, XmlFormatError, UnsupportedXmlFeatureError, UnsupportedDocumentTypeError };