UNPKG

snyk

Version:

snyk library and cli utility

6 lines (5 loc) 262 B
import { Options } from '../types'; import { Ecosystem, ScanResult, TestResult } from './types'; export declare function resolveAndTestFacts(ecosystem: Ecosystem, scans: { [dir: string]: ScanResult[]; }, options: Options): Promise<[TestResult[], string[]]>;