opencode-home / node_modules /@huggingface /hub /dist /src /utils /checkCredentials.d.ts
kenqtade's picture
Use ken-q org namespace for project Spaces
0865492
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