@nikitababko/testing
v1.5.4
Published
testing some projects
Downloads
30
Maintainers
Readme
It's TEST FIXED
It's TEST FIXEDs
Привет
| Name | Description | Default Value | |-----------------------|------------------------------------|---------------| | length | Integer, length of password | 16 | | quantity | Integer, number of passwords | 1 | | includeNumbers | Boolean, include numbers | true | | includeLowerCaseChars | Boolean, include lowercase chars | true | | includeUpperCaseChars | Boolean, include uppercase chars | true | | includeSymbols | Boolean, include symbols | true | | noSimilarChars | Boolean, exclude similar chars | false | | noSequentialChars | Boolean, exclude sequential chars | false | | dontStartWithANumber | Boolean, don't start with a number | false | | dontStartWithASymbol | Boolean, don't start with a symbol | false | | noDuplicatesChars | Boolean, exclude duplicates chars | false | | noAmbiguousChars | Boolean, exclude ambiguous chars | false |