UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

6 lines (5 loc) 289 B
import { CommandOptions } from '../command-api'; export declare const command = "docs"; export declare const describe = "Opens the reference documentation in a browser"; export declare const aliases: string[]; export declare function realHandler(options: CommandOptions): Promise<number>;