1+ // This file is generated at pre-commit by running `node create-typings.js`.
2+
13/**
24 * Returns a boolean. Will be `true` if the code is running on a CI server,
35 * otherwise `false`.
@@ -24,47 +26,49 @@ export const isPR: boolean | null;
2426 */
2527export const name : string | null ;
2628
29+ export const APPCIRCLE : boolean ;
2730export const APPVEYOR : boolean ;
31+ export const CODEBUILD : boolean ;
2832export const AZURE_PIPELINES : boolean ;
29- export const APPCIRCLE : boolean ;
3033export const BAMBOO : boolean ;
3134export const BITBUCKET : boolean ;
3235export const BITRISE : boolean ;
3336export const BUDDY : boolean ;
3437export const BUILDKITE : boolean ;
3538export const CIRCLE : boolean ;
3639export const CIRRUS : boolean ;
37- export const CODEBUILD : boolean ;
38- export const CODEMAGIC : boolean ;
3940export const CODEFRESH : boolean ;
41+ export const CODEMAGIC : boolean ;
4042export const CODESHIP : boolean ;
4143export const DRONE : boolean ;
4244export const DSARI : boolean ;
4345export const EAS : boolean ;
44- export const GERRIT : boolean ;
4546export const GITHUB_ACTIONS : boolean ;
4647export const GITLAB : boolean ;
4748export const GOCD : boolean ;
4849export const GOOGLE_CLOUD_BUILD : boolean ;
50+ export const LAYERCI : boolean ;
51+ export const GERRIT : boolean ;
4952export const HEROKU : boolean ;
5053export const HUDSON : boolean ;
5154export const JENKINS : boolean ;
52- export const LAYERCI : boolean ;
5355export const MAGNUM : boolean ;
5456export const NETLIFY : boolean ;
5557export const NEVERCODE : boolean ;
58+ export const RELEASEHUB : boolean ;
5659export const RENDER : boolean ;
5760export const SAIL : boolean ;
58- export const SEMAPHORE : boolean ;
5961export const SCREWDRIVER : boolean ;
62+ export const SEMAPHORE : boolean ;
6063export const SHIPPABLE : boolean ;
6164export const SOLANO : boolean ;
65+ export const SOURCEHUT : boolean ;
6266export const STRIDER : boolean ;
6367export const TASKCLUSTER : boolean ;
6468export const TEAMCITY : boolean ;
6569export const TRAVIS : boolean ;
6670export const VERCEL : boolean ;
6771export const APPCENTER : boolean ;
72+ export const WOODPECKER : boolean ;
6873export const XCODE_CLOUD : boolean ;
6974export const XCODE_SERVER : boolean ;
70- export const WOODPECKER : boolean ;
0 commit comments