natural
natural copied to clipboard
[Feature Request] A custom checking function for levenshteinDistance
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.