Checks if the given number is greater than or equal to the given value
import Schema from "@rapidom/schema"; const Validator = Schema.number().min(2);
Last updated 3 years ago