Checks if the given value is a number
import Schema from "@rapidom/schema"; const Validator = Schema.number();
Last updated 3 years ago