mattyork / fuzzy

Filters a list based on a fuzzy string search
MIT License
831 stars 86 forks source link

Update the return type of `match` #37

Open kourge opened 7 years ago

kourge commented 7 years ago

The match function can return null if there was no match, which was documented in the JSDoc, but not in the actual return type. The error has been fixed.

seansfkelley commented 7 years ago

Just ran into this issue, would love for this to get released. :D