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.
1 parent 82be52d commit 53939e5Copy full SHA for 53939e5
package.json
@@ -33,7 +33,8 @@
33
"chalk": "^1.1.3",
34
"commander": "^2.10.0",
35
"glob": "^7.1.2",
36
- "typescript": "^2.4.0"
+ "ts-is-kind": "^1.0.0",
37
+ "typescript": "^2.4.2"
38
},
39
"devDependencies": {
40
"@types/chalk": "^0.4.31",
src/helpers/index.ts
@@ -1,7 +1,7 @@
1
import * as ts from 'typescript';
2
import * as kinds from './isKind';
3
4
-export * from './isKind';
+export * from 'ts-is-kind';
5
6
/**
7
* If a class declaration a react class?
0 commit comments