API/api.medcify.app/node_modules/snyk/dist/lib/sub-process.d.ts

4 lines
127 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
export declare function execute(command: string, args: string[], options?: {
cwd: string | undefined;
}): Promise<string>;