Spaces:
Runtime error
Runtime error
| export declare function hashPassword(password: string): string; | |
| export declare function verifyPassword(password: string, stored: string): boolean; | |
| //# sourceMappingURL=password.d.ts.map |