UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

8 lines (7 loc) 215 B
/** * Guess whether we're being executed by an AI agent * * It's hard for us to say `false` for sure, so we only respond * with `yes` or `don't know`. */ export declare function guessAgent(): true | undefined;