Numeral
Checks if the given string only contains numbers
import Schema from "@rapidom/schema";
const Validator = Schema.string().numeral();
Last updated
Was this helpful?
Checks if the given string only contains numbers
import Schema from "@rapidom/schema";
const Validator = Schema.string().numeral();
Last updated
Was this helpful?