Object

Checks if the given value is an object

import Schema from "@rapidom/schema";

const Validator = Schema.object();

Last updated