UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

3 lines 167 B
import type { RepoDesignation, RepoId } from "../types/public"; export declare function toRepoId(repo: RepoDesignation): RepoId; //# sourceMappingURL=toRepoId.d.ts.map