File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,33 +4,43 @@ import { getGitHubLanguages } from "./core/languages.js";
44import { getGitHubRepos , getGitHubPinnedRepos } from "./core/repositories.js" ;
55import {
66 getGitHubContributions ,
7- getGitHubContributionTypesPerYear
7+ getGitHubContributionTypesPerYear ,
8+ getGitHubYearlyContributions
89} from "./core/contributions.js" ;
910
1011import {
1112 GitHubProfile ,
1213 GitHubCommit ,
1314 UserLangStat ,
14- GitHubRepo
15+ GitHubRepo ,
16+ GitHubContribution
1517} from "./types/types.js" ;
1618
1719export {
1820 getGitHubUser ,
1921 getGitHubCommits ,
2022 getGitHubContributions ,
2123 getGitHubContributionTypesPerYear ,
24+ getGitHubYearlyContributions ,
2225 getGitHubLanguages ,
2326 getGitHubRepos ,
2427 getGitHubPinnedRepos
2528} ;
2629
27- export type { GitHubProfile , GitHubCommit , UserLangStat , GitHubRepo } ;
30+ export type {
31+ GitHubProfile ,
32+ GitHubCommit ,
33+ UserLangStat ,
34+ GitHubRepo ,
35+ GitHubContribution
36+ } ;
2837
2938export default {
3039 getGitHubUser,
3140 getGitHubCommits,
3241 getGitHubContributions,
3342 getGitHubContributionTypesPerYear,
43+ getGitHubYearlyContributions,
3444 getGitHubLanguages,
3545 getGitHubRepos,
3646 getGitHubPinnedRepos
You can’t perform that action at this time.
0 commit comments