UNPKG

wrap-git

Version:

Wraps GitHub profile and provides summarized details about repos, commits and language coverages for a given profile.

4 lines 262 B
import { RepoType } from "../types/RepoType.js"; export declare const getAllRepos: (username: string, token?: string) => Promise<RepoType[]>; export declare const getRepoLngs: (repoUrl: string, token?: string) => Promise<any>; //# sourceMappingURL=repos.d.ts.map