opencode-home / node_modules /@huggingface /hub /dist /src /lib /count-commits.d.ts
kenqtade's picture
Use ken-q org namespace for project Spaces
0865492
Raw
History Blame Contribute Delete
398 Bytes
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