Interface RandomStringOptions

interface RandomStringOptions {
    length?: number;
    charTypes?: RandomStringCharType | ArrayOneMore<RandomStringCharType>;
    noConfuse?: boolean;
    strict?: boolean;
}

Properties

length?: number
noConfuse?: boolean

Elimination of confusing characters: oOLl,9gq,Vv,Uu,I1

strict?: boolean

The generated random string must contain each of the listed character types