UNPKG

snyk

Version:

snyk library and cli utility

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