/** * These environment variables work for: GitHub Actions, Travis CI, CircleCI, * Gitlab CI, AppVeyor, CodeShip, Jenkins, TeamCity, Bitbucket Pipelines, AWS * CodeBuild */ export declare const CI_ENVIRONMENT_VARIABLES: readonly string[]; export declare const CI_ENVIRONMENT_VARIABLES_DETECTED: string[]; export interface TerminalInfo { /** * Whether this is in CI or not. */ readonly ci: boolean; /** * Path to the user's shell program. */ readonly shell: string; /** * Whether the terminal is an interactive TTY or not. */ readonly tty: boolean; /** * Whether this is a Windows shell or not. */ readonly windows: boolean; } export declare const TERMINAL_INFO: TerminalInfo;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ansi.d.ts | File | 751 B | 0644 |
|
ansi.js | File | 1.05 KB | 0644 |
|
cursor.d.ts | File | 248 B | 0644 |
|
cursor.js | File | 1002 B | 0644 |
|
format.d.ts | File | 1.56 KB | 0644 |
|
format.js | File | 4.73 KB | 0644 |
|
index.d.ts | File | 100 B | 0644 |
|
index.js | File | 315 B | 0644 |
|
info.d.ts | File | 752 B | 0644 |
|
info.js | File | 1.64 KB | 0644 |
|