README
luhncheck
Luhn check validation for credit card payments
Usage
import { luhnCheck } from '@securetrading/ts-luhn-check';
luhnCheck('4111111111111111');
Validate card numbers by use of the luhncheck
<script type="module">
import securetradingTsLuhnCheck from 'https://cdn.skypack.dev/@securetrading/ts-luhn-check';
</script>
luhncheckLuhn check validation for credit card payments
import { luhnCheck } from '@securetrading/ts-luhn-check';
luhnCheck('4111111111111111');