@mudssky/jsutils
    Preparing search index...

    Interface PasswordStrengthRule

    interface PasswordStrengthRule {
        desp: string;
        key: string;
        regex: RegExp;
    }
    Index

    Properties

    Properties

    desp: string
    key: string
    regex: RegExp