Skip to content

Commit

Permalink
fix: add types export
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 20, 2024
1 parent 60e5903 commit e071507
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ export {
generateCode,
} from "./functions";

export type { VariableInfoWithIndex } from "./types";
export type {
VariableInfoWithIndex,
CodebaseInfo,
FileParserProps,
FunctionInfo,
ModuleInfoFields,
TypeInfo,
VariableInfo,
} from "./types";

export { scanCodebase } from "./codebase-scanner";

0 comments on commit e071507

Please sign in to comment.