UNPKG

ec-sri-invoice-signer

Version:
9 lines (8 loc) 317 B
type buildKeyInfoTagArgs = { certificateContent: string; certificateExponent: string; certificateModulus: string; keyInfoTagId: string; }; export declare const buildKeyInfoTag: ({ certificateContent, certificateExponent, certificateModulus, keyInfoTagId, }: buildKeyInfoTagArgs) => string; export {};