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

4 lines
200 B
TypeScript

import { MethodArgs } from '../../args';
export declare function findHelpFile(helpArgs: string[], helpFolderPath?: string): string;
export default function help(...args: MethodArgs): Promise<string>;