first
This commit is contained in:
5
safekiso-server/node_modules/snyk/dist/cli/commands/process-command-args.d.ts
generated
vendored
Normal file
5
safekiso-server/node_modules/snyk/dist/cli/commands/process-command-args.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Options } from '../../lib/types';
|
||||
export declare function processCommandArgs<CommandOptions>(...args: any[]): {
|
||||
paths: string[];
|
||||
options: Options & CommandOptions;
|
||||
};
|
||||
Reference in New Issue
Block a user