UNPKG

snyk

Version:

snyk library and cli utility

4 lines (3 loc) 207 B
import { TestCommandResult } from '../../../types'; import { IaCTestFlags } from '../local-execution/types'; export declare function test(paths: string[], options: IaCTestFlags): Promise<TestCommandResult>;