UNPKG

@shutootaki/gwm

Version:
8 lines 430 B
import { execSync, exec as execCallback } from 'child_process'; export declare function escapeShellArg(arg: string): string; export declare function exec(command: string, options?: Parameters<typeof execSync>[1]): ReturnType<typeof execSync>; export declare function execAsync(command: string, options?: Parameters<typeof execCallback>[1]): Promise<{ stdout: string; stderr: string; }>; //# sourceMappingURL=shell.d.ts.map