Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix: export getCallExpressionArguments (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Sep 2, 2023
1 parent 3fac2c2 commit 358df1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from "./src/getMemberExpressionIdentifier.js";
export * from "./src/getCallExpressionIdentifier.js";
export * from "./src/getVariableDeclarationIdentifiers.js";
export * from "./src/getCallExpressionArguments.js";
export * from "./src/concatBinaryExpression.js";
export * from "./src/arrayExpressionToString.js";
export * from "./src/isLiteralRegex.js";
Expand Down

0 comments on commit 358df1c

Please sign in to comment.