Skip to content

Commit

Permalink
remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 24, 2024
1 parent c9b3ad6 commit 6ddffd7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/module-parser/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
export {
getFunctionInfoFromNode,
parseFunctionsFromFile,
parseFunctionsFromText,
} from "./parser";
export { getFunctionVariables } from "./utils";
export { getFunctionInfoFromNode, parseFunctionsFromText } from "./parser";
export { getFunctionVariables } from "./utils";

0 comments on commit 6ddffd7

Please sign in to comment.