6 lines
190 B
TypeScript
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;
|