UNPKG

stonev5-utils

Version:
10 lines (9 loc) 185 B
export declare function runCmd(cmd: string): Promise<{ stdout: any; stderr: any; cmd: string; } | { stdout?: undefined; stderr?: undefined; cmd?: undefined; }>;