The lodash method `_.difference` exported as a module.
Measure the difference between two strings using the Levenshtein distance algorithm
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Fastest Levenshtein distance implementation in JS.