4.0.0 • Published 3 years ago
leven v4.0.0
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