Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/cli/modes.d.ts
2026-04-07 14:50:23 +09:00

4 lines
202 B
TypeScript

export declare function parseMode(mode: string, args: any): string;
export declare function modeValidation(args: object): void;
export declare function displayModeHelp(mode: string, args: any): string;