@huggingface/hub
Version:
Utilities to interact with the Hugging Face hub
10 lines • 596 B
TypeScript
export * from "./lib";
export type { AccessToken, AccessTokenRole, AuthType, Credentials, PipelineType, RepoDesignation, RepoFullName, RepoId, RepoType, SpaceHardwareFlavor, SpaceResourceConfig, SpaceResourceRequirement, SpaceRuntime, SpaceSdk, SpaceStage, } from "./types/public";
export { HubApiError, InvalidApiResponseFormatError } from "./error";
export { HUB_URL } from "./consts";
/**
* Only exported for E2Es convenience
*/
export { sha256 as __internal_sha256 } from "./utils/sha256";
export { XetBlob as __internal_XetBlob } from "./utils/XetBlob";
//# sourceMappingURL=index.d.ts.map