Files
powerpoint-toolbox/node_modules/office-addin-dev-certs/lib/verify.d.ts
T
2025-03-07 19:22:02 +01:00

4 lines
235 B
TypeScript

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