UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

7 lines (6 loc) 318 B
import https from "https"; import tls from "tls"; export declare const getTlsVersion: () => tls.SecureVersion; export declare const isLegacyTlsDetectionEnabled: () => boolean; export declare const createTlsAgentOptions: () => https.AgentOptions; export declare const createHttpsAgent: (proxy?: string) => https.Agent;