UNPKG

snyk

Version:

snyk library and cli utility

5 lines (4 loc) 196 B
import { TestConfig } from './types'; import { TestOutput } from './scan/results'; export { TestConfig } from './types'; export declare function test(testConfig: TestConfig): Promise<TestOutput>;