@huggingface/hub
Version:
Utilities to interact with the Hugging Face hub
27 lines (26 loc) • 617 B
text/typescript
export * from "./lib";
// Typescript 5 will add 'export type *'
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";