Installation
npm install --save @types/dumb-passwords
Summary
This package contains type definitions for dumb-passwords (https://github.com/kn9ts/dumb-passwords#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dumb-passwords.
index.d.ts
export function check(password: string): boolean;
export function checkPassword(password: string): boolean;
export function rateOfUsage(
password: string,
): {
password: string;
frequency: number;
message?: string | undefined;
};
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
Credits
These definitions were written by Kevin Brown.