UNPKG

ec-sri-invoice-signer

Version:
18 lines (17 loc) 394 B
declare const XmlProperties: { namespaces: { ds: string; xades: string; }; algorithms: { canonicalization: string; digest: string; signature: string; transform: string; }; types: { signedProperties: string; }; }; declare const SupportedDocumentTypes: Set<string>; export { XmlProperties, SupportedDocumentTypes };