@types/aspnet-identity-pw
TypeScript icon, indicating that this package has built-in type declarations

1.0.33 • Public • Published

Installation

npm install --save @types/aspnet-identity-pw

Summary

This package contains type definitions for aspnet-identity-pw (https://github.com/Syncbak-Git/aspnet-identity-pw).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aspnet-identity-pw.

index.d.ts

export declare function hashPassword(password: string): string;
export declare function hashPassword(password: string, callback: (err: any, result: string) => void): void;

export declare function validatePassword(password: string, hashedPass: string): boolean;
export declare function validatePassword(
    password: string,
    hashedPass: string,
    callback: (err: any, result: boolean) => void,
): void;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by jt000.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/aspnet-identity-pw

Weekly Downloads

27

Version

1.0.33

License

MIT

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • types