1.0.0 • Published 4 years ago

credit-card-validation-qp v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Credit Card Validation

Verify the correctness of the entered card number and the type of card used

Installation

npm i credit-card-validation --save

Then...

import { cardNumberValidation, getCardType } from 'credit-card-validation';

cardNumberValidation(CARD_NUMBER);  // false or true
getCardType(CARD_NUMBER);   //Mastercard, AMEX, Discover, Diners, Diners-Carte Blanche, JCB, Visa Electron or nothing