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
/
feedback.d.ts
2 lines
(1 loc)
•
99 B
TypeScript
View Raw
1
2
export
declare
function
getFeedback
(
entropy
:
number
,
common
:
boolean
,
patterns
:
string
[]
):
string
;