UNPKG

ec-sri-invoice-signer

Version:
7 lines (6 loc) 339 B
type XmlObj = Array<Record<any, any>>; declare const parseXml: (xml: string) => XmlObj; declare const buildXml: (data: Record<any, any>) => string; declare const validateDocumentType: (xml: string) => void; declare const validateXmlFeatures: (xml: string) => void; export { buildXml, parseXml, validateDocumentType, validateXmlFeatures };