1.3.0 • Published 9 years ago
fuzzy-match-utils v1.3.0
fuzzy-match-utils
A collection of string matching algorithms built with React Select in mind.
Installation
npm install --save fuzzy-match-utilsUsage
This module exports four utility functions:
filterOptionstypeaheadSimilarityfullStringDistancecleanUpText
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?