@types/dumb-passwords
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/dumb-passwords

Weekly Downloads

137

Version

0.2.3

License

MIT

Unpacked Size

3.09 kB

Total Files

5

Last publish

Collaborators

  • types