/var/www/greso.tech/server/nsm/node_modules/pdf-lib/ts3.4/es/core/document
Edit: /var/www/greso.tech/server/nsm/node_modules/pdf-lib/ts3.4/es/core/document/PDFTrailerDict.d.ts (381B)
import PDFDict from "../objects/PDFDict";
declare class PDFTrailerDict {
static of: (dict: PDFDict) => PDFTrailerDict;
readonly dict: PDFDict;
private constructor();
toString(): string;
sizeInBytes(): number;
copyBytesInto(buffer: Uint8Array, offset: number): number;
}
export default PDFTrailerDict;
//# sourceMappingURL=PDFTrailerDict.d.ts.map