FreeLLMAPI / server /dist /lib /password.d.ts
Nryn215's picture
Upload folder using huggingface_hub
077865a verified
Raw
History Blame Contribute Delete
185 Bytes
export declare function hashPassword(password: string): string;
export declare function verifyPassword(password: string, stored: string): boolean;
//# sourceMappingURL=password.d.ts.map