UNPKG

wrap-git

Version:

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

3 lines 201 B
import { ProfileType } from "../types/ProfileType.js"; export declare const getUserProfile: (username: string, token?: string) => Promise<ProfileType | undefined>; //# sourceMappingURL=profile.d.ts.map