Edit File: is-ci.d.ts
export declare const ciEnvs: Set<string>; export declare function isCI(): boolean;
Back to File Manager