first
This commit is contained in:
14
safekiso-server/node_modules/snyk/dist/lib/ecosystems/test.d.ts
generated
vendored
Normal file
14
safekiso-server/node_modules/snyk/dist/lib/ecosystems/test.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <reference types="node" />
|
||||
import { Writable } from 'stream';
|
||||
import { Options, PolicyOptions } from '../types';
|
||||
import { TestCommandResult } from '../../cli/commands/types';
|
||||
import { Ecosystem, ScanResult, TestResult } from './types';
|
||||
type ScanResultsByPath = {
|
||||
[dir: string]: ScanResult[];
|
||||
};
|
||||
export declare function testEcosystem(ecosystem: Ecosystem, paths: string[], options: Options & PolicyOptions): Promise<TestCommandResult>;
|
||||
export declare function selectAndExecuteTestStrategy(ecosystem: Ecosystem, scanResultsByPath: {
|
||||
[dir: string]: ScanResult[];
|
||||
}, options: Options & PolicyOptions): Promise<[TestResult[], string[]]>;
|
||||
export declare function printUnmanagedDepGraph(results: ScanResultsByPath, target: string, destination: Writable): Promise<TestCommandResult>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user