UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

8 lines (7 loc) 277 B
/** * Find the package.json from the main toolkit. * * If we can't read it for some reason, try to do something reasonable anyway. * Fall back to argv[1], or a standard string if that is undefined for some reason. */ export declare function defaultCliUserAgent(): string;