UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

4 lines 271 B
import type { CredentialsParams } from "../types/public"; export declare function checkAccessToken(accessToken: string): void; export declare function checkCredentials(params: Partial<CredentialsParams>): string | undefined; //# sourceMappingURL=checkCredentials.d.ts.map