Min
Checks if the given string has the same or more number expected characters
import Schema from "@rapidom/schema";
const Validator = Schema.string().min(24);
Last updated
Was this helpful?
Checks if the given string has the same or more number expected characters
import Schema from "@rapidom/schema";
const Validator = Schema.string().min(24);
Last updated
Was this helpful?