UNPKG

wrap-git

Version:

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

7 lines 233 B
declare class GitWrapperError extends Error { status: string; details: string; constructor(status: string, message: string, details: string); } export default GitWrapperError; //# sourceMappingURL=GitWrapperError.d.ts.map