Measure the difference between two strings using the Levenshtein distance algorithm
$ npm install leven
import leven from 'leven'; leven('cat', 'cow'); //=> 2