Checks if the given value is an array
import Schema from "@rapidom/schema"; const Validator = Schema.array();
Last updated 3 years ago