UNPKG

@sonar/scan

Version:
5 lines (4 loc) 245 B
import { URL } from 'url'; import { ScannerProperties } from './types'; export declare function getProxyUrl(properties: ScannerProperties): URL | undefined; export declare function proxyUrlToJavaOptions(properties: ScannerProperties): string[];