3 lines
83 B
TypeScript
3 lines
83 B
TypeScript
export declare const ciEnvs: Set<string>;
|
|
export declare function isCI(): boolean;
|