nova-header-nav / node_modules /@huggingface /hub /dist /src /utils /checkCredentials.d.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 5)
01e6679 verified
Raw
History Blame Contribute Delete
271 Bytes
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