UNPKG

449 BTypeScriptView Raw
1export declare const isMac: boolean;
2export declare const isLinux: boolean;
3export declare const isWindows: boolean;
4export declare let configDir: string;
5export declare const configPath: (...pathSegments: string[]) => string;
6export declare const opensslConfTemplate: string;
7export declare const opensslConfPath: string;
8export declare const rootKeyPath: string;
9export declare const rootCertPath: string;
10export declare const caCertsDir: string;