Min
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
Was this helpful?
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
Was this helpful?