Outlook_Addin_LLM/node_modules/office-addin-dev-certs/lib/verify.d.ts

4 lines
235 B
TypeScript
Raw Permalink Normal View History

export declare const outputMarker: string;
export declare function isCaCertificateInstalled(returnInvalidCertificate?: boolean): boolean;
export declare function verifyCertificates(certificatePath?: string, keyPath?: string): boolean;