Checks if the given string has exactly the expected number of characters
import Schema from "@rapidom/schema"; const Validator = Schema.string().length(16);
Last updated 3 years ago