1.0.8 • Published 2 years ago

luhn-mod-n-algorithm v1.0.8

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

luhn-mod-n-algorithm

GitHub Node CI Node.js Package

Generates and calculates Luhn Mod N check values

Code based on https://en.wikipedia.org/wiki/Luhn_mod_N_algorithm with minimal modifications.

Installing

npm i luhn-mod-n-algorithm

API

Parameters

ParameterDescription
codePointFromCharacterFunction to obtain a code point from a character
characterFromCodePointFunction to obtain a character from a code point
nBase, radix or number of valid characters
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago