Checks if the given string is an email address
import Schema from "@rapidom/schema";
const Validator = Schema.string().email();
Last updated
Was this helpful?
Checks if the given string is an email address
import Schema from "@rapidom/schema";
const Validator = Schema.string().email();
Last updated
Was this helpful?