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