Skip to content

Commit

Permalink
feat: add types
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 8, 2024
1 parent 91104fd commit 116335d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { isCI } from "ci-info";

export = isCI;
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "4.0.0",
"description": "Detect if the current environment is a CI server",
"bin": "bin.js",
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 116335d

Please sign in to comment.