A collection of string matching algorithms built with React Select in mind
npm install fuzzy-match-utilsA collection of string matching algorithms built with
React Select in mind.
```
npm install --save fuzzy-match-utils
This module exports four utility functions:
- filterOptionstypeaheadSimilarity
- fullStringDistance
- cleanUpText
-
They're well documented in main.js.
It also exports a Flow type for Option`, if you're
into that sort of thing.
Usage examples coming… soon?