Number

Checks if the given value is a number

import Schema from "@rapidom/schema";

const Validator = Schema.number();

Last updated