UNPKG

@sonar/scan

Version:
6 lines (5 loc) 356 B
import { SemVer } from 'semver'; import { ScannerProperties } from './types'; export declare function fetchServerVersion(properties: ScannerProperties): Promise<SemVer>; export declare function serverSupportsJREProvisioning(properties: ScannerProperties): Promise<boolean>; export declare function fetchJRE(properties: ScannerProperties): Promise<string>;