Object
Checks if the given value is an object
import Schema from "@rapidom/schema";
const Validator = Schema.object();
Last updated
Was this helpful?
Checks if the given value is an object
import Schema from "@rapidom/schema";
const Validator = Schema.object();
Last updated
Was this helpful?