leven
v4.0.0
Published
Measure the difference between two strings using the Levenshtein distance algorithm
Downloads
119,896,595
Maintainers
Readme
leven
Measure the difference between two strings using the Levenshtein distance algorithm
Install
$ npm install leven
Usage
import leven from 'leven';
leven('cat', 'cow');
//=> 2
Related
- leven-cli - CLI for this module