1
+ // This file is generated at pre-commit by running `node create-typings.js`.
2
+
1
3
/**
2
4
* Returns a boolean. Will be `true` if the code is running on a CI server,
3
5
* otherwise `false`.
@@ -24,47 +26,49 @@ export const isPR: boolean | null;
24
26
*/
25
27
export const name : string | null ;
26
28
29
+ export const APPCIRCLE : boolean ;
27
30
export const APPVEYOR : boolean ;
31
+ export const CODEBUILD : boolean ;
28
32
export const AZURE_PIPELINES : boolean ;
29
- export const APPCIRCLE : boolean ;
30
33
export const BAMBOO : boolean ;
31
34
export const BITBUCKET : boolean ;
32
35
export const BITRISE : boolean ;
33
36
export const BUDDY : boolean ;
34
37
export const BUILDKITE : boolean ;
35
38
export const CIRCLE : boolean ;
36
39
export const CIRRUS : boolean ;
37
- export const CODEBUILD : boolean ;
38
- export const CODEMAGIC : boolean ;
39
40
export const CODEFRESH : boolean ;
41
+ export const CODEMAGIC : boolean ;
40
42
export const CODESHIP : boolean ;
41
43
export const DRONE : boolean ;
42
44
export const DSARI : boolean ;
43
45
export const EAS : boolean ;
44
- export const GERRIT : boolean ;
45
46
export const GITHUB_ACTIONS : boolean ;
46
47
export const GITLAB : boolean ;
47
48
export const GOCD : boolean ;
48
49
export const GOOGLE_CLOUD_BUILD : boolean ;
50
+ export const LAYERCI : boolean ;
51
+ export const GERRIT : boolean ;
49
52
export const HEROKU : boolean ;
50
53
export const HUDSON : boolean ;
51
54
export const JENKINS : boolean ;
52
- export const LAYERCI : boolean ;
53
55
export const MAGNUM : boolean ;
54
56
export const NETLIFY : boolean ;
55
57
export const NEVERCODE : boolean ;
58
+ export const RELEASEHUB : boolean ;
56
59
export const RENDER : boolean ;
57
60
export const SAIL : boolean ;
58
- export const SEMAPHORE : boolean ;
59
61
export const SCREWDRIVER : boolean ;
62
+ export const SEMAPHORE : boolean ;
60
63
export const SHIPPABLE : boolean ;
61
64
export const SOLANO : boolean ;
65
+ export const SOURCEHUT : boolean ;
62
66
export const STRIDER : boolean ;
63
67
export const TASKCLUSTER : boolean ;
64
68
export const TEAMCITY : boolean ;
65
69
export const TRAVIS : boolean ;
66
70
export const VERCEL : boolean ;
67
71
export const APPCENTER : boolean ;
72
+ export const WOODPECKER : boolean ;
68
73
export const XCODE_CLOUD : boolean ;
69
74
export const XCODE_SERVER : boolean ;
70
- export const WOODPECKER : boolean ;
0 commit comments