1.0.0 • Published 4 years ago

validcreditcard v1.0.0

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

What is this ?

Get simple validatation creditcard whithe other simple fuction display amex creditcard with separated and visa with separated

Installation

npm i validcreditcard --save

Then... ...

import { validCard } from 'validcreditcard'

let creditcardnumber = 4242424 console.log(validCard(creditcardnumber))

...