Checks if the given string has the same or fewer number of expected characters
import Schema from "@rapidom/schema"; const Validator = Schema.string().max(60);
Last updated 3 years ago