UNPKG

ec-sri-invoice-signer

Version:
10 lines (9 loc) 246 B
declare class XmlFormatError extends Error { name: string; constructor(); } declare class UnsuportedPkcs12Error extends Error { name: string; constructor(extraMessage?: string); } export { UnsuportedPkcs12Error, XmlFormatError };