ec-sri-invoice-signer
Version:
Ecuador SRI invoice signer.
18 lines (17 loc) • 394 B
TypeScript
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 };