UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

9 lines (8 loc) 251 B
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>;