MrWook
MrWook
Since the migration from coffescript to typescript a lot of options were added and currently only one is checked on runtime while everything else depends on type errors. As not...
As [@karlhorky](https://github.com/karlhorky) suggested we need to improve the documentation for common pitfalls. Some ideas: 1. How to manually merge dictionaries safely (currently seems pretty hazardous because of the nested config...
Closes: #272
Resolves: https://github.com/zxcvbn-ts/zxcvbn/issues/63 A new matcher that finds words in a dictionary and find sequences in them for specific lists like `[ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ]` The...