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
/
patterns.d.ts
4 lines
(3 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
export
declare
function
detectRepeats
(
password
:
string
):
boolean
;
export
declare
function
detectSequences
(
password
:
string
):
boolean
;
export
declare
function
detectKeyboardPatterns
(
password
:
string
):
boolean
;