UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

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