@prm/luhn
A zero-dependency Node.js module for calculating a numeric check digit for alphanumeric strings. The exported `luhn()` function uses the [Luhn algorithm ](https://en.wikipedia.org/wiki/Luhn_algorithm) to calculate a check digit based on an input string.