UNPKG

@ita-company/ita-package

Version:

<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a> </p>

6 lines (5 loc) 173 B
export declare class PasswordHelper { constructor(); hashPassword(password: string): string; comparePassword(password: string, passwordHash: string): boolean; }