@securetrading/ts-luhn-checkdeprecated

Validate card numbers by use of the luhncheck

Usage no npm install needed!

<script type="module">
  import securetradingTsLuhnCheck from 'https://cdn.skypack.dev/@securetrading/ts-luhn-check';
</script>

README

luhncheck

Luhn check validation for credit card payments

Usage

import { luhnCheck } from '@securetrading/ts-luhn-check';
luhnCheck('4111111111111111');