Length

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