Skip to content

Commit 44a7d6a

Browse files
committed
fix: remove duplicated isVariableDeclaration declaration
1 parent a7996e6 commit 44a7d6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/node-utils/is-node-of-type.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,3 @@ export const isObjectExpression = isNodeOfType(AST_NODE_TYPES.ObjectExpression);
4343
export const isObjectPattern = isNodeOfType(AST_NODE_TYPES.ObjectPattern);
4444
export const isProperty = isNodeOfType(AST_NODE_TYPES.Property);
4545
export const isReturnStatement = isNodeOfType(AST_NODE_TYPES.ReturnStatement);
46-
export const isVariableDeclaration = isNodeOfType(
47-
AST_NODE_TYPES.VariableDeclaration
48-
);

0 commit comments

Comments
 (0)