UNPKG

snyk

Version:

snyk library and cli utility

4 lines (3 loc) 251 B
import { TestResult } from '../snyk-test/legacy'; import { Options, SupportedProjectTypes, TestOptions } from '../types'; export declare function showFixTip(projectType: SupportedProjectTypes, res: TestResult, options: TestOptions & Options): string;