We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91104fd commit 116335dCopy full SHA for 116335d
index.d.ts
@@ -0,0 +1,3 @@
1
+import { isCI } from "ci-info";
2
+
3
+export = isCI;
package.json
@@ -3,7 +3,9 @@
"version": "4.0.0",
4
"description": "Detect if the current environment is a CI server",
5
"bin": "bin.js",
6
+ "type": "commonjs",
7
"main": "index.js",
8
+ "types": "index.d.ts",
9
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
10
"license": "MIT",
11
"repository": {
0 commit comments