Installation
npm install --save @types/wordpress-hash-node
Summary
This package contains type definitions for wordpress-hash-node (https://github.com/AlexAlbala/wordpress-hash-node).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wordpress-hash-node.
index.d.ts
export function HashPassword(password: string): string;
export function CheckPassword(password: string, hash: string): boolean;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Glenn Reyes.