Skip to content

Commit 1967135

Browse files
committed
export types
1 parent cbace24 commit 1967135

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ import { commitSummarizar } from "./core/commitSummarizer.js";
33
import { repoSummarizer } from "./core/repoSummarizer.js";
44
import { lngSummarizer } from "./core/lngSummarizer.js";
55

6+
import { CommitType } from "./types/CommitType.js";
7+
import { ProfileType } from "./types/ProfileType.js";
8+
import { LngType } from "./types/Lngtype.js";
9+
import { RepoType } from "./types/RepoType.js";
10+
611
export { getUserProfile };
712
export { commitSummarizar };
813
export { repoSummarizer };
914
export { lngSummarizer };
1015

16+
export type { CommitType, ProfileType, LngType, RepoType };
17+
1118
export default {
1219
getUserProfile,
1320
commitSummarizar,

0 commit comments

Comments
 (0)