UNPKG

@accounts/password

Version:

[![npm](https://img.shields.io/npm/v/@accounts/password)](https://www.npmjs.com/package/@accounts/password) [![npm downloads](https://img.shields.io/npm/dm/@accounts/password)](https://www.npmjs.com/package/@accounts/password) [![codecov](https://img.shie

3 lines (2 loc) 167 B
export declare const bcryptPassword: (password: string) => Promise<string>; export declare const verifyPassword: (password: string, hash: string) => Promise<boolean>;