UNPKG

snyk

Version:

snyk library and cli utility

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