@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
4 lines • 313 B
TypeScript
export declare const hashPassword: (plainText: string) => string;
export declare const checkPassword: (plainText: string, storedHash: string) => boolean;
export declare const generatePassword: (length?: number, specialChars?: boolean, extraSpecialChars?: boolean) => string;
//# sourceMappingURL=password.d.ts.map