UNPKG

@moonset/executor

Version:
9 lines (8 loc) 225 B
export declare class CDKApp { private appPath; private APP_FILENAME; constructor(appPath: string); deploy(...args: string[]): Promise<void>; synth(...args: string[]): Promise<void>; private execute; }