agent-claw: automated task changes
This commit is contained in:
8
cdk/node_modules/aws-cdk/lib/commands/init/os.d.ts
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk/lib/commands/init/os.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { IoHelper } from '../../api-private';
|
||||
/**
|
||||
* OS helpers
|
||||
*
|
||||
* Shell function which both prints to stdout and collects the output into a
|
||||
* string.
|
||||
*/
|
||||
export declare function shell(ioHelper: IoHelper, command: string[]): Promise<string>;
|
||||
Reference in New Issue
Block a user