Files
30-seconds-of-code/node_modules/devcert-san/dist/constants.d.ts
2019-08-20 15:52:05 +02:00

11 lines
449 B
TypeScript

export declare const isMac: boolean;
export declare const isLinux: boolean;
export declare const isWindows: boolean;
export declare let configDir: string;
export declare const configPath: (...pathSegments: string[]) => string;
export declare const opensslConfTemplate: string;
export declare const opensslConfPath: string;
export declare const rootKeyPath: string;
export declare const rootCertPath: string;
export declare const caCertsDir: string;