Function that determines the strength of provided password
checkPasswordStrength('thisIsPassword')returns{ strength: PasswordStrength.weak, failingFactors= [ StrengthFactors.hasDigit, StrengthFactors.hasSpecialCharacter ]}
Password to Validate
Generated using TypeDoc
Function that determines the strength of provided password
Example
Returns