UNPKG

office-addin-dev-certs

Version:

For managing certificates when developing Office Add-ins.

4 lines (3 loc) 235 B
export declare const outputMarker: string; export declare function isCaCertificateInstalled(returnInvalidCertificate?: boolean): boolean; export declare function verifyCertificates(certificatePath?: string, keyPath?: string): boolean;