4.0.0 • Published 4 years ago
leven v4.0.0
leven
Measure the difference between two strings using the Levenshtein distance algorithm
Install
$ npm install levenUsage
import leven from 'leven';
leven('cat', 'cow');
//=> 2Related
- leven-cli - CLI for this module