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
/
index.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
export
{ analyzePassword }
from
"./analyzer"
;
export
type
{
AnalysisResult
}
from
"./analyzer"
;