We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@arethetypeswrong/cli
1 parent af54a47 commit adc79faCopy full SHA for adc79fa
.gitignore
@@ -134,4 +134,4 @@ npm-shrinkwrap.json
134
package-lock.json
135
yarn.lock
136
137
-.npmignore
+.npmignore
index.d.mts
@@ -5,4 +5,4 @@ declare function hasTypes(
5
},
6
): Promise<`@types/${string}` | boolean>;
7
8
-export default hasTypes;
+export default hasTypes;
package.json
@@ -51,7 +51,7 @@
51
"tmp": "^0.2.3"
52
53
"devDependencies": {
54
- "@arethetypeswrong/cli": "^0.17.0",
+ "@arethetypeswrong/cli": "^0.17.1",
55
"@ljharb/eslint-config": "^21.1.1",
56
"@ljharb/tsconfig": "^0.2.2",
57
"@types/node": "^22.10.1",
0 commit comments