UNPKG
password-analysis
Version:
latest (1.0.1)
1.0.1
1.0.0
A library for analyzing the strength of a password
password-analysis
/
dist
/
entropy.d.ts
2 lines
(1 loc)
•
68 B
TypeScript
View Raw
1
2
export
declare
function
calculateEntropy
(
password
:
string
):
number
;