Files
agent-claw/cdk/node_modules/aws-cdk/lib/cli/util/ci.d.ts
2026-05-06 18:55:16 -05:00

6 lines
190 B
TypeScript

/**
* 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;