forked from olcxjas-softworks/LarpixClient
3 lines
No EOL
243 B
TypeScript
3 lines
No EOL
243 B
TypeScript
export declare function runCommand(command: string, args: string[], options?: {}): Promise<string>;
|
|
export declare function spawnCommand(command: string, args: string[], options?: any): Promise<string>;
|
|
//# sourceMappingURL=subprocess.d.ts.map
|