File size: 398 Bytes
df9fdc8
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import type { CredentialsParams, RepoDesignation } from "../types/public";
export declare function countCommits(params: {
    repo: RepoDesignation;
    /**
     * Revision to list commits from. Defaults to the default branch.
     */
    revision?: string;
    hubUrl?: string;
    fetch?: typeof fetch;
} & Partial<CredentialsParams>): Promise<number>;
//# sourceMappingURL=count-commits.d.ts.map