API/api.medcify.app/node_modules/snyk/dist/cli/commands/test/index.d.ts
2022-09-26 11:41:44 +05:30

4 lines
178 B
TypeScript

import { MethodArgs } from '../../args';
import { TestCommandResult } from '../../commands/types';
export default function test(...args: MethodArgs): Promise<TestCommandResult>;