Package Exports
- damlev
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (damlev) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
damlev 
This is the fastest implementation of Damerau-Levenshtein for JavaScript, an optimization of David Hamp-Gonsalves' port.
Usage
var damlev = require('damlev');
damlev('javascript', 'yavascritp'); // => 2Benchmarks
$ npm run bench
19,542 op/s » WatchBeam/damlev
3,749 op/s » lzrski/damerau-levenshtein
5,731 op/s » StefanHamminga/damerau-levenshtein-git
2,686 op/s » davidhampgonsalves
Suites: 1
Benches: 4
Elapsed: 55,147.08 ms