UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

11 lines 398 B
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