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