@ironsoftware/ironpdf
Version:
IronPDF for Node
4 lines • 366 B
TypeScript
import { IronPdfServiceClient } from "../generated_proto/ironpdfengineproto/IronPdfService";
import { HandshakeResponseP__Output } from "../generated_proto/ironpdfengineproto/HandshakeResponseP";
export declare function handshakeWithRetry(client: IronPdfServiceClient, retryCount: number): Promise<HandshakeResponseP__Output>;
//# sourceMappingURL=handshake.d.ts.map