mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 03:04:32 +00:00
* Changing CharacterOptions Symbol type Based on the current interpretation of the documentation: https://chancejs.com/basics/character.html https://chancejs.com/basics/string.html * Fixing the tests to reflect type change * Fixing tests to not fail. "Chance: num is likely too large for sample set" error for uniqInts2. And syllables/length used together throws error. UniqueOptions type for clearer input values * Refined UniqueOptions type, added contribution. Fixed issue with min/max in test * Adding in test that uses comparator