Spaces:
Runtime error
Runtime error
File size: 185 Bytes
077865a | 1 2 3 | export declare function hashPassword(password: string): string;
export declare function verifyPassword(password: string, stored: string): boolean;
//# sourceMappingURL=password.d.ts.map |