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
/
src
/
index.ts
2 lines
•
96 B
text/typescript
View Raw
1
2
export
{ analyzePassword }
from
"./analyzer"
;
export
type
{
AnalysisResult
}
from
"./analyzer"
;