UNPKG

@shutootaki/gwm

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