JamesEggers1 / luhn

A JavaScript module of the luhn algorithm for Credit Card Validation that works with both client-side JavaScript and Node.js
MIT License
52 stars 20 forks source link

Added condition for full compliance with the math algorithm #18

Closed vanodevium closed 4 years ago

JamesEggers1 commented 4 years ago

Closing as no documentation is provided to refute the current implementation. Without documentation about the algorithm, no changes will be made due to risk of subverting the validation this package provides.