UNPKG

@xevolab/jades

Version:

JAdES Digital Signatures compatible with the ETSI TS 119 182-1 Standard

9 lines (8 loc) 285 B
/** * Helper function that transforms the headers object into a base64url string. * * @param {object} headers The headers in object form. * * @return {string} The headers in base64url string form. */ export default function encodeHeaders(headers: object): string;