isInHammingDistance
Returns true if the hamming distance between two strings or arrays of equal length is smaller than the given limit.
- Wikipedia: Hamming Distance
- API: API.md
- Benchmark: BENCHMARK.txt
Install
npm install is-in-hamming-distance --save
Usage
const isInHammingDistance = ; console;// => trueconsole;// => false
License
MIT