Credit Card

Checks if the given string is a credit card number

import Schema from "@rapidom/schema";

const Validator = Schema.string().creditCard();

Last updated