UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

8 lines (7 loc) 180 B
/** * OS helpers * * Shell function which both prints to stdout and collects the output into a * string. */ export declare function shell(command: string[]): Promise<string>;