API/api.medcify.app/node_modules/snyk/dist/cli/commands/test/index.d.ts

4 lines
178 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { MethodArgs } from '../../args';
import { TestCommandResult } from '../../commands/types';
export default function test(...args: MethodArgs): Promise<TestCommandResult>;