@types/fast-password-entropy
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/fast-password-entropy

Summary

This package contains type definitions for fast-password-entropy (https://github.com/autonomoussoftware/fast-password-entropy#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-password-entropy.

index.d.ts

/**
 * Quickly calculates the entropy of a password
 * Based on http://resources.infosecinstitute.com/password-security-complexity-vs-length/
 */
declare function passwordEntropy(str: string): number;

export = passwordEntropy;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Josh Hoover.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fast-password-entropy

Weekly Downloads

2,244

Version

1.1.3

License

MIT

Unpacked Size

3.11 kB

Total Files

5

Last publish

Collaborators

  • types