Checks if the given string is a credit card number
import Schema from "@rapidom/schema"; const Validator = Schema.string().creditCard();
Last updated 3 years ago