UNPKG

sonarqube-scanner

Version:
6 lines (5 loc) 276 B
/// <reference types="node" /> import { URL } from 'url'; import { ScannerProperties } from './types'; export declare function getProxyUrl(properties: ScannerProperties): URL | undefined; export declare function proxyUrlToJavaOptions(properties: ScannerProperties): string[];