UNPKG
ld
Version:
latest (0.1.0)
0.1.0
Compute the Levenshtein distance for string comparison
github.com/tonylukasavage/ld
ld
/
test
/
test.js
2 lines
•
97 B
JavaScript
View Raw
1
2
var
ld =
require
(
'../lib/ld'
);
console
.
log
(ld.
computeDistance
(process.
argv
[
2
], process.
argv
[
3
]));