5 lines
206 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
import type { PDFDocument, PDFPageLeaf as _PDFPageLeaf, PDFRef } from "pdf-lib";
export declare function getPageRefsFactory(_: {
PDFPageLeaf: typeof _PDFPageLeaf;
}): (pdfDoc: PDFDocument) => PDFRef[];