You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For levenshteinDistance, It only checks by doing a == operator. If I want to check equality using a more custom function, I would like to pass that as an option.
The text was updated successfully, but these errors were encountered:
For levenshteinDistance, It only checks by doing a
==
operator. If I want to check equality using a more custom function, I would like to pass that as an option.The text was updated successfully, but these errors were encountered: