UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

6 lines (5 loc) 190 B
/** * Returns true if the current process is running in a CI environment * @returns true if the current process is running in a CI environment */ export declare function isCI(): boolean;