UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

5 lines (4 loc) 241 B
import '@jsii/check-node/run'; import { Synthesizer } from '../api/cxapp/cloud-executable'; export declare function exec(args: string[], synthesizer?: Synthesizer): Promise<number | void>; export declare function cli(args?: string[]): void;