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 3 years ago