UNPKG

@trustpayments/ts-luhn-check

Version:

Validate card numbers by use of the luhncheck

11 lines (7 loc) 172 B
# `luhncheck` > Luhn check validation for credit card payments ## Usage ``` import { luhnCheck } from '@trustpayments/ts-luhn-check'; luhnCheck('4111111111111111'); ```