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