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 a7996e6 commit 44a7d6aCopy full SHA for 44a7d6a
lib/node-utils/is-node-of-type.ts
@@ -43,6 +43,3 @@ export const isObjectExpression = isNodeOfType(AST_NODE_TYPES.ObjectExpression);
43
export const isObjectPattern = isNodeOfType(AST_NODE_TYPES.ObjectPattern);
44
export const isProperty = isNodeOfType(AST_NODE_TYPES.Property);
45
export const isReturnStatement = isNodeOfType(AST_NODE_TYPES.ReturnStatement);
46
-export const isVariableDeclaration = isNodeOfType(
47
- AST_NODE_TYPES.VariableDeclaration
48
-);
0 commit comments