UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

4 lines 332 B
import { IronPdfServiceClient } from "../generated_proto/ironpdfengineproto/IronPdfService"; export declare function setIsDebug(client: IronPdfServiceClient, isDebug: boolean): Promise<void>; export declare function setLicenseKey(client: IronPdfServiceClient, licenseKey: string): Promise<void>; //# sourceMappingURL=system.d.ts.map