LarpixClient/node_modules/@trapezedev/project/dist/util/subprocess.d.ts
2026-05-03 17:09:55 +02:00

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