Skip to content

Commit

Permalink
added readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshbalaji07 committed Jun 28, 2023
1 parent d30448c commit 524fb42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ var cardType = detectCardType(cardNumber);
console.log(cardType); // Output: diners club
```

`validateCVVORCVCCode` function to detect valida CVV or CVC number it can 3 0r 4 digit number.

```
const { validateCVVORCVCCode } = require("card-validator-utils");
validateCVVORCVCCode('424')
```

0 comments on commit 524fb42

Please sign in to comment.