UNPKG

118 BTypeScriptView Raw
1export declare const execute: (command: string, args: string[], options: {
2 cwd?: string;
3}) => Promise<string[]>;