UNPKG

@signpdf/placeholder-plain

Version:

Try to add a signature placeholder to a PDF using plain string modifications.

8 lines 230 B
export default getIndexFromRef; /** * @param {object} refTable * @param {string} ref * @returns {number} */ declare function getIndexFromRef(refTable: object, ref: string): number; //# sourceMappingURL=getIndexFromRef.d.ts.map