UNPKG

react-gnome

Version:

## Getting Started

10 lines (9 loc) 211 B
export declare class Command { private command; private args; private options; constructor(command: string, args: string[], options: { cwd?: string; }); run(): Promise<string>; }