UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

4 lines (3 loc) 194 B
import type { Synthesizer } from '../cxapp'; export declare function exec(args: string[], synthesizer?: Synthesizer): Promise<number | void>; export declare function cli(args?: string[]): void;