node-luhn
A Luhn (mod 10) algorithm module for credit card number validation.
Install
$ npm install --save node-luhn
or:
$ component install chrisbuttery/luhn
Usage
var isLuhn = //=> true
License
MIT © Chris Buttery
A Luhn (mod 10) algorithm module for credit card number validation.
$ npm install --save node-luhn
or:
$ component install chrisbuttery/luhn
var isLuhn = //=> true
MIT © Chris Buttery
npm i node-luhn
817
1.0.0
MIT