API/api.medcify.app/node_modules/snyk/dist/cli/commands/process-command-args.d.ts

6 lines
184 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { Options } from '../../lib/types';
export declare function processCommandArgs<CommandOptions>(...args: any[]): {
paths: string[];
options: Options & CommandOptions;
};