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
/
declarations.d.ts
5 lines
(4 loc)
•
84 B
TypeScript
View Raw
1
2
3
4
5
declare
module
"*.json"
{
const
value
:
any
;
export
default
value; }