UNPKG

snyk

Version:

snyk library and cli utility

4 lines (3 loc) 217 B
import { ScanResult } from '../../../lib/ecosystems/types'; import { TestResult } from '../../../lib/snyk-test/legacy'; export declare function convertLegacyTestResultToScanResult(testResult: TestResult): ScanResult;