@imran001/checkcreditcard
v1.0.0
Published
This is a simple credit card validation program. It will check if the credit card number is valid or not. It will also check the type of credit card.
Maintainers
Readme
About
This is a simple credit card validation program. It will check if the credit card number is valid or not. It will also check the type of credit card.
Usage
import checkCreditCard, {
checkCreditCardType,
} from "@imran001/checkcreditcard";
console.log(checkCreditCard("4111111111111111")); // true
console.log(checkCreditCard("4111111111111")); // false
console.log(checkCreditCardType("4111111111111111")); // visaHire Me
Want to hire a kickass senior frontend dev?
Email me at [email protected]. LinkedIn: https://www.linkedin.com/in/imrankhan001/
P.S: I excel in Remote Work Only
